{% extends 'generic/object_detail.html' %} {% block content_left_page %}
Info
{% if authentication_message %} {% endif %}
Name {{ object.name }}
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 %}
{% endblock %}