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