{% extends "registrations/base.html" %} {% block content %} {% for participant in participants %} {% endfor %}
Nom Prénom Sexe Date de naissance École Promotion Catégorie
{{ participant.firstname }} {{ participant.lastname }} {{ participant.get_gender_display }} {{ participant.birthyear }} {{ participant.get_school_display }} {{ participant.promo }} {{ participant.category.name }}
{% endblock %}