{% load helpers %}
Contacts
{% with contacts=object.contacts.all %} {% if contacts.exists %} {% for contact in contacts %} {% endfor %}
Name Role 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 %}