From ac1c82b99ddc9090d8385b86ffce6246fc3db40c Mon Sep 17 00:00:00 2001 From: ludo Date: Sun, 12 Jun 2016 18:44:01 +0200 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9=C3=A9e=20un=20template=20avec=20les=20?= =?UTF-8?q?informations=20sur=20un=20spectacle=20:=20participants,=20pay?= =?UTF-8?q?=C3=A9=20ou=20non,=20donn=C3=A9=20ou=20non...=20Possibilit?= =?UTF-8?q?=C3=A9=20d'exporter=20la=20liste=20mail=20des=20participants,?= =?UTF-8?q?=20ou=20celle=20des=20noms=20=C3=A0=20envoyer=20aux=20salles=20?= =?UTF-8?q?(avec=20doublons)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bda/templates/bda-participants.html | 55 +++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 bda/templates/bda-participants.html diff --git a/bda/templates/bda-participants.html b/bda/templates/bda-participants.html new file mode 100644 index 00000000..f3592148 --- /dev/null +++ b/bda/templates/bda-participants.html @@ -0,0 +1,55 @@ +{% extends "base_title.html" %} +{% load utils %} + +{% block realcontent %} +

{{ spectacle }}

+ + + + + + + + + + + + {% for participant in participants %} + + + + + + + + + + {% endfor %} + + +
+ + + + + +{% endblock %}
NomClipperPlacesAdresse MailPayéDonné
{{participant.user.get_full_name}}{{participant.user.username}}{{participant.nb_places}} place{{participant.nb_places|pluralize:",s"}}{{participant.user.email}} +
+ {{participant.paid|oui_ou_non}} +
+
+
+ {{participant.given|oui_ou_non}} +
+