{% 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 %}
Contact Contact Type Labels StandingNotes
{{ 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 }}