{% extends "registrations/base.html" %} {% block content %} {% for cat, participants in categories.items %} {% if participants %} {% for participant in participants %} {% endfor %} {% endif %} {% endfor %}
Nom Prénom École
{{ cat.name }}
{{ participant.firstname }} {{ participant.lastname }} {{ participant.get_school_display }}
{% endblock %}