X-Git-Url: http://git.cyclocoop.org/?p=cavote.git;a=blobdiff_plain;f=templates%2Fshow_votes.html;h=90fd1f8cef71dd6909013de66722e47f61fdc4b3;hp=5d7442e26f8643975834b667bd87fbde5c6ed1a6;hb=0fb98decd67ec695937480b4d5448adbcd508565;hpb=251888ac340c188dcf60da3120a752450663d63e diff --git a/templates/show_votes.html b/templates/show_votes.html index 5d7442e..90fd1f8 100644 --- a/templates/show_votes.html +++ b/templates/show_votes.html @@ -1,26 +1,28 @@ {% extends "layout.html" %} +{% block subtitle %} +Liste des votes +{% endblock %} {% block body %} -

Liste des votes

{% for vote in votes %}
-
-

{{ vote.title }}

-
-
-
+
+
+

{{ vote.title }}

+
+
+
+
+

Deadline : {{ vote.date_end }}

-
-
-
-
-
-

Documents

+

Groupe : {{ vote.rolename }}

+

Categorie : {{ vote.category }}

+
+
+

Notes

+

+ {{ vote.description|safe }} +

-
-

Notes

- {{ vote.description|safe }} -
{% else %}
Il n'y a pas encore de votes. Désolé.