{% extends "layout.html" %} {% block subtitle %}Administrer les votes{% endblock %} {% block body %}

{% 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_open %}Ouvert{% else %}Fermé{% endif %} {{ vote.date_end }} {{ vote.rolename }} {{ vote.category }} {% if vote.is_transparent %}transparent{% endif %} {% if vote.is_public %}public{% endif %} {% if vote.is_multiplechoice %}choix multiple{% endif %} Éditer

Légende :

{% endif %} {% endblock %}