{% load i18n %}
{% if view_notes %}{% endif %} {% if view_notes and edit_notes %}{% endif %} {% for contact in contacts %} {% if view_notes %}{% endif %} {% if view_notes and edit_notes %} {% endif %} {% endfor %}
{% translate "Contact" %} {% translate "Contact Type" %} {% translate "Labels" %} {% translate "Standing" %}{% translate "Notes" %}
{{ contact.contact_name }} {{ contact.contact_type }} {% for label in contact.labels.all %}{{ label.label_name }}{% if not forloop.last %}, {% endif %}{% endfor %} {{ contact.standing }}{{ contact.notes }}