X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=templates%2Fadmin_votes.html;h=40358ab2c581f4023712f430942e68c4f233d284;hb=e82173a1eb29048c63c08e16acfd6cbda5b40bb8;hp=786cec35fe46b1538a86987f0996bbff627b5010;hpb=0b580c50a8568e6927e1914d2408c296a9b30823;p=cavote.git diff --git a/templates/admin_votes.html b/templates/admin_votes.html index 786cec3..40358ab 100644 --- a/templates/admin_votes.html +++ b/templates/admin_votes.html @@ -2,7 +2,7 @@ {% block subtitle %}Administrer les votes{% endblock %} {% block body %}
-
+ + Nouveau vote {% if not votes %}
Il n'y a aucun vote.
{% else %} @@ -22,31 +22,47 @@ {% for vote in votes %} {{ vote.title }} - {% if vote.is_open %}Ouvert{% else %}Fermé{% endif %} - {{ vote.date_end }} + {% if vote.is_terminated %}Terminé{% else %}{% if vote.is_open %}Ouvert{% else %}Fermé{% endif %}{% endif %} + {{ vote.date_end }} {{ vote.groupname }} {{ vote.category }} {% if vote.is_transparent %}transparent{% endif %} {% if vote.is_public %}public{% endif %} - {% if vote.is_multiplechoice %}choix multiple{% endif %} + {% if vote.is_multiplechoice %}multiple{% endif %} Voir Éditer + Supprimer + {% endfor %} + + Nouveau vote

Légende :

{% endif %} +
{% endblock %}