{% 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}} |
{% if participant.paid %}Oui{% else %}Non{%endif%}
|
{% if participant.given %}Oui{% else %}Non{%endif%}
|