X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=templates%2Fvote.html;h=8d6e9dd8ad231ad05d07ce7cb04631603fc97d03;hb=e3913800e8bccbdc364b7f54d28a8d8efcfa2e1b;hp=b6ea499c9451c3a9de94ed03f23af98a16d590b5;hpb=0b580c50a8568e6927e1914d2408c296a9b30823;p=cavote.git diff --git a/templates/vote.html b/templates/vote.html index b6ea499..8d6e9dd 100644 --- a/templates/vote.html +++ b/templates/vote.html @@ -3,7 +3,6 @@
- {% if not vote.is_transparent %}
Ce sondage n'est pas transparent, vous ne pouvez pas voir les votes des autres.
{% endif %} @@ -15,7 +14,9 @@ {% for choice in choices %} {{ choice.name }} {% endfor %} + {% if 'user' in 'session' %} + {% endif %} @@ -30,7 +31,9 @@ {% else %} {% endif %} {% endfor %} - {% if 'user' in session and user.userid == session.user.id %}{% endif %} + {% if 'user' in 'session' %} + {% if user.userid == session.user.id %}{% endif %} + {% endif %} {% endif %} {% endfor %} @@ -61,7 +64,9 @@ {% for choice in choices %} {{ choice.nb }} {% endfor %} + {% if 'user' in 'session' %} + {% endif %} {% endif %} @@ -70,6 +75,10 @@

Informations

+Avancement : {{ vote.nb_votes }} / {{ vote.max_votes }} +
+
+
Publié par
maethor
Début le
{{ vote.date_begin }}