{% extends 'base.html' %} {% load buttons %} {% load static %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}{{ object }}{% endblock %} {% block header %}
{% plugin_buttons object %} {% if perms.circuits.add_circuittype %} {% clone_button object %} {% endif %} {% if perms.circuits.change_circuittype %} {% edit_button object %} {% endif %} {% if perms.circuits.delete_circuittype %} {% delete_button object %} {% endif %}

{{ object }}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
Circuit Type
Description {{ object.description|placeholder }}
Circuits {{ circuits_table.rows|length }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% plugin_left_page object %}
Circuits
{% include 'inc/table.html' with table=circuits_table %} {% if perms.circuits.add_circuit %} {% endif %}
{% include 'inc/paginator.html' with paginator=circuits_table.paginator page=circuits_table.page %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}