{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% for tenantgroup in object.get_ancestors %} {% endfor %} {% endblock %} {% block content %}
Tenant Group
Name {{ object.name }}
Description {{ object.description|placeholder }}
Parent {% if object.parent %} {{ object.parent }} {% else %} {% endif %}
Sites {{ tenants_table.rows|length }}
{% plugin_left_page object %}
{% include 'inc/custom_fields_panel.html' %} {% plugin_right_page object %}
Tenants
{% include 'inc/table.html' with table=tenants_table %}
{% if perms.tenancy.add_tenant %} {% endif %}
{% include 'inc/paginator.html' with paginator=tenants_table.paginator page=tenants_table.page %} {% plugin_full_width_page object %}
{% endblock %}