Contacts

{{ stats.total }} contact{{ 's' if stats.total != 1 }}

{% for rel, count in stats.by_relation.items() %} {{ rel | title }} {{ count }} {% endfor %} | {% for pri, count in stats.by_priority.items() %} {{ pri | title }} {{ count }} {% endfor %}
{% for relation, group_contacts in groups %}

{{ relation | title }} {{ group_contacts | length }}

{% endfor %}