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 %} +
Nom | +Clipper | +Places | +Adresse Mail | +Payé | +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}}
+
+ |
+
+