X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=templates%2Fadmin_votes.html;h=5b4669a0674c5304ac35bca0c9dd507075a46d3d;hb=HEAD;hp=9ce015a279e3683015d385686817e46198435e64;hpb=07a7e13f132e72a1586da7a55423abfdbd8d623f;p=cavote.git diff --git a/templates/admin_votes.html b/templates/admin_votes.html index 9ce015a..5b4669a 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,28 +22,47 @@ {% for vote in votes %} {{ vote.title }} - {% if vote.is_open %}Ouvert{% else %}Fermé{% endif %} - {{ vote.date_end }} - {{ vote.rolename }} + {% 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_anonymous %}anonymous{% endif %} {% if vote.is_public %}public{% endif %} - {% if vote.is_multiplechoice %}choix multiple{% endif %} - Éditer + + Voir + Éditer + {% if can_delete_votes %}Supprimer{% endif %} + + {% endfor %} + + Nouveau vote

Légende :

{% endif %} +
{% endblock %}