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

{{ object }}

{% include 'inc/created_updated.html' with obj=object %}
{% custom_links object %}
{% endblock %} {% block content %}
Info
Maintenance {{ object.maintenance.name }}
Circuit {{ object.circuit.name }}
Impact {{ object.impact }}
{% if perms.nautobot_circuit_maintenance.add_circuitmaintenance %} {% endif %} {% if perms.nautobot_circuit_maintenance.delete_circuitmaintenance %} {% endif %}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% endblock %}