{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block extra_controls %} {% if perms.circuits.add_circuit %} <a href="{% url 'circuits:circuit_add' %}?provider={{ object.pk }}" class="btn btn-primary"> <i class="mdi mdi-plus-thick" aria-hidden="true"></i> {% trans "Add circuit" %} </a> {% endif %} {% endblock extra_controls %}