{#
{% for participant in participants|sort((a, b) => a.registration_date < b.registration_date) %} {% else %} {% endfor %}
Nom Email Datde participation Adresse
{{ participant.visitor_nickname }} {{ participant.email }} {{ participant.registration_date|format_datetime('short', 'short', locale='fr') }} {% if participant.geo %} {{ participant.geo.city }} {% endif %}
Aucune donnée trouvé
#}