diff --git a/bda/templates/bda-participants.html b/bda/templates/bda-participants.html index a54242d5..cb94327d 100644 --- a/bda/templates/bda-participants.html +++ b/bda/templates/bda-participants.html @@ -2,12 +2,10 @@ {% block realcontent %}

{{ spectacle }}

-

Ajouter une attribution

- +
- @@ -17,16 +15,12 @@ {% for participant in participants %} - - - {% endfor %}
NomIdentifiant Places Adresse Mail Payé
{{participant.name}}{{participant.username}} {{participant.nb_places}} place{{participant.nb_places|pluralize}} {{participant.email}} -
+
{% if participant.paid %}Oui{% else %}Non{%endif%} - -
@@ -34,18 +28,18 @@ {% elif participant.given == 0 %}Non {% else %}{{participant.given}}/{{participant.nb_places}} {%endif%} -
+

Ajouter une attribution


- +
- +