{% extends 'generic/object.html' %} {% load static %} {% load form_helpers %} {% load i18n %} {% block content %} {{ object.custom_field }} {% if source %} {% if not object.serial %}
{% trans "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" %}
{% trans "Device has a remote IP Fabric Source configured and cannot directly query IP Fabric." %}
{% else %}
{% render_form form %}
{% include 'htmx/table.html' %}
{% endif %} {% else %}
{% trans "Could not find an IP Fabric Source that could have synced this Device. The source is used to match devices between NetBox and IP Fabric instance." %}
{% endif %} {% endblock %}