{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block content %}
Contact Role
Name {{ object.name }}
Description {{ object.description|placeholder }}
Assignments {{ assignment_count }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Assigned Contacts
{% 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 %}