{% extends '_base.html' %} {% load helpers %} {% block title %}Circuit Types{% endblock %} {% block content %}
{% if perms.circuits.add_circuittype %} Add a circuit type {% endif %}

Circuit Types

{% include 'circuits/inc/circuittype_table.html' %}
{% endblock %}