{{ contact.contact_name }}
|
{{ contact.contact_type }} |
{% for label in contact.labels.all %}{{ label.label_name }}{% if not forloop.last %}, {% endif %}{% endfor %} |
{{ contact.standing }} |
{% if view_notes %}{{ contact.notes }} | {% endif %}
{% if view_notes and edit_notes %}
|
{% endif %}
{% endfor %}