{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% if object.group %} {% endif %} {% endblock breadcrumbs %} {% block content %}
Tenant
Group {% if object.group %} {{ object.group }} {% else %} None {% endif %}
Name {{ object.name }}
Title {{ object.tile|placeholder }}
Phone {{ object.phone|placeholder }}
Email {{ object.email|placeholder }}
Address {{ object.address|linebreaksbr|placeholder }}
Assignments {{ assignment_count }}
{% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
Assignments
{% include 'inc/table.html' with table=contacts_table %}
{% include 'inc/paginator.html' with paginator=contacts_table.paginator page=contacts_table.page %} {% plugin_full_width_page object %}
{% endblock %}