{{ contact.display_name or contact.name }}
{% if contact.positions %}{{ contact.positions[0].title or '' }}
{{ contact.positions[0].org or '' }}
{% endif %} {% if contact.relation or contact.priorite or contact.frequence or contact.genre %}
{% if contact.genre %}{% if contact.genre == 'homme' %}♂️{% else %}♀️{% endif %} {{ contact.genre | title }}{% endif %}
{% if contact.relation %}{{ contact.relation | title }}{% endif %}
{% if contact.priorite %}{{ contact.priorite | title }}{% endif %}
{% if contact.frequence %}{{ contact.frequence | title }}{% endif %}
{% endif %}
Tags
🎂 Joyeux anniversaire !
{{ contact.birthday_message }}
Notes
{{ contact.note | markdown }}
Interactions
{% for inter in contact.interactions %}
{% endfor %}
{{ inter.date }}
{% if inter.type %}{{ inter.type }}{% endif %}
{% if inter.note %}
{{ inter.note | markdown }}
{% endif %}