{% load i18n %}
{% trans 'Pseudonym' %} | {% trans 'Gender' %} | {% trans 'Age' %} | {% if not_reached_view %}{% trans 'Last contacted' %} | {% trans 'Tries' %} | {% endif %}{% trans 'Action' %} | |
---|---|---|---|---|---|---|
{{ participation.pseudonym|truncatechars:11 }} | {{ contact.get_gender_display }} | {{ contact.age }} | {% if not_contacted_view %}{% trans 'Call' %} | {% elif not_reached_view %}{{ participation.updated_at }} | {{ participation.tries }} | {% trans 'Call' %} | {% endif %}