{% extends "layout.html" %} {% block subtitle %}Administrer les votes{% endblock %} {% block body %}
+ Nouveau vote {% if not votes %}
Il n'y a aucun vote.
{% else %} {% for vote in votes %} {% endfor %}
Nom Statut Deadline Groupe Catégorie Options Actions
{{ vote.title }} {% 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 %} Voir Éditer {% if can_delete_votes %}Supprimer{% endif %}
+ Nouveau vote

Légende :

{% endif %}
{% endblock %}