{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
{% if object %} {% include 'circuits/inc/circuit_termination_fields.html' with termination=object %}
{% trans "Circuit" %} {{ object.circuit|linkify }}
{% trans "Circuit Provider" %} {{ object.circuit.provider|linkify }}
{% else %}
{% trans "None" %}
{% endif %}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}