{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}{{ object }}{% endblock%} {% block header %}

{{ object.name }}

{% include 'inc/created_updated.html' with obj=object %}
{% custom_links object %}
{% endblock %} {% block content %}
Info
{% if authentication_message %} {% endif %}
Name {{ object.name }}
Slug {{ object.slug }}
Type {{ source_type }}
Account ID {{ account }}
Providers
Attach all providers {% if object.attach_all_providers %} {% else %} {% endif %}
Authentication Status {{ authentication_message }}
{% if perms.nautobot_circuit_maintenance.add_circuitmaintenance %} {% endif %}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% endblock %}