{% extends "layout.html" %} {% block body %}
{% for choice in choices %} {% endfor %} {% if vote.is_transparent %} {% for user in users %} {% for choice in choices %} {% endfor %} {% endfor %} {% else %}
Ce sondage n'est pas transparent, vous ne pouvez pas voir les votes des autres.
{% endif %} {% if can_vote %} {% if vote.is_multiple %} {% for choice in choices %} {% endfor %} {% else %} {% for choice in choices %} {% endfor %} {% endif %} {% endif %} {% if vote.is_transparent %} {% for choice in choices %} {% endfor %} {% endif %}
{{ choice.name }}
{{ user.username }}{% if choice in user.choices %}OUI{% else %}NON{% endif %}
Sommenb

Informations

Publié par
maethor
Début le
{{ vote.date_begin }}
Deadline le
{{ vote.date_end }}
Groupe
{{ vote.rolename }}
Catégorie
{{ vote.category }}
Description :
{{ vote.description }}
Documents :
{% endblock %}