{% extends "layout.html" %} {% block body %}
{% for choice in choices %} {% endfor %} {% if vote.is_transparent %} {% 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 }}
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 %}