From d864a7bc16c9dd75183b05677882be3e63393ce6 Mon Sep 17 00:00:00 2001 From: Qwann Date: Wed, 27 Jul 2016 14:00:38 +0200 Subject: [PATCH] quasi fini --- bda/templates/bda-participants.html | 18 +++----- bda/templates/inscription-formset.html | 2 +- bda/templates/spectacle_list.html | 47 ++++++++++++++++++--- gestioncof/static/css/cof.css | 41 +++++++++++------- gestioncof/templates/base_header.html | 2 +- gestioncof/templates/registration_form.html | 2 +- 6 files changed, 77 insertions(+), 35 deletions(-) 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


- +
- +