X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=templates%2Fadmin_votes.html;h=e3faf7283f9be72d90b182843558c923ea9b3d95;hb=e3913800e8bccbdc364b7f54d28a8d8efcfa2e1b;hp=e32ff33ac6cf106edf4b962470c60329aa918a07;hpb=2c48c6a1923496c3d7ee79ea8e1c397db1399f85;p=cavote.git diff --git a/templates/admin_votes.html b/templates/admin_votes.html index e32ff33..e3faf72 100644 --- a/templates/admin_votes.html +++ b/templates/admin_votes.html @@ -22,16 +22,19 @@ {% for vote in votes %} {{ vote.title }} - {% if vote.is_open %}Ouvert{% else %}Fermé{% endif %} + {% if vote.is_terminated %}Terminé{% else %}{% if vote.is_open %}Ouvert{% else %}Fermé{% endif %}{% endif %} {{ vote.date_end }} - {{ vote.rolename }} + {{ vote.groupname }} {{ vote.category }} {% if vote.is_transparent %}transparent{% endif %} {% if vote.is_public %}public{% endif %} {% if vote.is_multiplechoice %}choix multiple{% endif %} - Éditer + + Voir + Éditer + {% endfor %}