{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_nav_tabs %}
Name | {{ object.name }} |
Description | {{ object.description }} |
Content Type | {{ object.content_type }} |
Group Type | {{ object.get_group_type_display }} |
Tenant | {% if object.tenant and object.tenant.tenant_group %} {{ object.tenant.tenant_group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_object }} |
{{ object.filter | render_json }}
{{ raw_query }}