Contacts

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

Arbre généalogique

{% for rel, count in stats.by_relation.items() %} {{ rel | title }} {{ count }} {% endfor %} | {% for pri, count in stats.by_priority.items() %} {{ pri | title }} {{ count }} {% endfor %}
{% if birthdays %}

🎂 Anniversaires ({{ today }}) {{ birthdays | length }}

{% endif %} {% for relation, group_contacts in groups %}

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

{% endfor %}