{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% for contactgroup in object.get_ancestors %} {% endfor %} {% endblock %} {% block content %}
Contact Group
Name {{ object.name }}
Description {{ object.description|placeholder }}
Parent {% if object.parent %} {{ object.parent }} {% else %} {% endif %}
Contacts {{ contacts_table.rows|length }}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Tenants
{% include 'inc/table.html' with table=contacts_table %}
{% if perms.tenancy.add_contact %} {% endif %}
{% include 'inc/paginator.html' with paginator=contacts_table.paginator page=contacts_table.page %} {% plugin_full_width_page object %}
{% endblock %}