{% 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 'utilities/obj_table.html' with bulk_delete_url='circuits:circuittype_bulk_delete' %}
{% endblock %}