{% load helpers %}
Contacts
{% with fhrp_groups=object.fhrp_group_assignments.all %} {% if contacts.exists %} {% for contact in contacts %} {% endfor %}
Protocol Group ID Priority
{{ contact.contact }} {{ contact.role|placeholder }} {{ contact.get_priority_display|placeholder }} {% if perms.tenancy.change_contactassignment %} {% endif %} {% if perms.tenancy.delete_contactassignment %} {% endif %}
{% else %}
None
{% endif %} {% endwith %}
{% if perms.tenancy.add_contactassignment %} {% endif %}