{% load helpers %}
Contacts
{% with contacts=instance.contacts.all %} {% if contacts.exists %} {% for contact in contacts %} {% endfor %}
NameRole
{{ contact.contact }} {{ contact.role|render_none }} {% if perms.messaging.change_contactassignment %} {% endif %} {% if perms.messaging.delete_contactassignment %} {% endif %}
{% else %}
None
{% endif %} {% endwith %} {% if perms.messaging.add_contactassignment %} {% endif %}