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