{% extends 'generic/object.html' %} {% load static %} {% load form_helpers %} {% load i18n %} {% block content %} {{ object.custom_field }} {% if source %} {% if not object.serial %}
Device does not have a serial number configured. The serial number is used to match devices between NetBox and IP Fabric.
{% elif source.type == "remote" %}
Device has a remote IP Fabric Source configured and cannot directly query IP Fabric.
{% else %}
{% render_form form %}
{% include 'htmx/table.html' %}
{% endif %} {% else %}
Device does not have a IP Fabric source configured in the custom fields. The source is used to match devices between NetBox and IP Fabric instance.
{% endif %} {% endblock %}