X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=templates%2Fsingle_motion.html;h=8935636a76ded2a4a9af21b484b09509a0515b0d;hb=e59274f6a108ec57931014e8fcb1319c63fa1f2d;hp=a15e397d182744086b762f90fac08ab8d6d64efc;hpb=c496f069e171fa130b8be1f9e3011cd1f6a1d8db;p=motion.git diff --git a/templates/single_motion.html b/templates/single_motion.html index a15e397..8935636 100644 --- a/templates/single_motion.html +++ b/templates/single_motion.html @@ -5,11 +5,11 @@ Motion: {{motion.name}} {% block body %} {%- include 'motion.html' %} {%- if votes %} -
-
+
+
Motion Votes
-
+
{%- for row in votes %}
{{row.email}}: {{row.result}}
{%- endfor %} @@ -18,16 +18,21 @@ Motion: {{motion.name}} {%- endif %} {%- if motion.running %} {%- if may_vote %} -
+ {%- for vote in ['yes','no','abstain'] %} {%- endfor %}
{%- endif %} {%- if may_cancel %} -
+ - +
+
+{%- endif %} +{%- if may_finish %} +
+
{%- endif %} {%- endif %}