{% extends "base_title.html" %} {% load staticfiles %} {% block realcontent %}

{{ spectacle }}

{% for participant in participants %} {% endfor %}
Nom Places Adresse Mail Payé Donné
{{participant.name}} {{participant.nb_places}} place{{participant.nb_places|pluralize}} {{participant.email}} {% if participant.paid %}Oui{% else %}Non{%endif%} {% if participant.given == participant.nb_places %}Oui {% elif participant.given == 0 %}Non {% else %}{{participant.given}}/{{participant.nb_places}} {%endif%}

Ajouter une attribution



{% endblock %}