- {{participant.paid|oui_ou_non}}
+ {% if participant.paid %}Oui{% else %}Non{%endif%}
- {{participant.given|oui_ou_non}}
+ {% if participant.given %}Oui{% else %}Non{%endif%}
@@ -40,11 +40,13 @@
+{% spaceless %}
-{% for participant in participants %}{{participant.user.get_full_name}} {% if participant.nb_places == 2 %}
+ {% for participant in participants %}{{participant.user.get_full_name}}{% if participant.nb_places == 2 %}
{{participant.user.get_full_name}}{%endif%}
{% endfor %}