{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Circuit Group Assignment" %}

{% trans "Group" %} {{ object.group|linkify }}
{% trans "Circuit" %} {{ object.circuit|linkify }}
{% trans "Priority" %} {{ object.get_priority_display }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}