X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=templates%2Fmotion.html;h=b0fb70da64ed7e155a34e378c6a2e9ecceec1751;hb=1aa987d0d2f2c0a82b5bc0bbfe89eb1646b297a7;hp=10dddcc59ac263abfe0718e1eb9e9d7806e3072e;hpb=fb14879eed07a490aab3a9263db29e4a0323ae41;p=motion.git diff --git a/templates/motion.html b/templates/motion.html index 10dddcc..b0fb70d 100644 --- a/templates/motion.html +++ b/templates/motion.html @@ -1,14 +1,19 @@ -
+
- # {{motion.name}} ({{ 'Running' if motion.running else ('Canceled' if motion.canceled != None else 'Finished') }}) {{motion.type}} +
# {{motion.identifier}}
-
Posed: {{motion.posed|timestamp}} by {{motion.poser}}
+
Proposed: {{motion.posed|timestamp}} (UTC) by {{motion.poser}}
{%- if motion.canceled != None %} -
Canceled: {{motion.canceled|timestamp}} by {{motion.canceler}}
+
Canceled: {{motion.canceled|timestamp}} (UTC) by {{motion.canceler}}
{%- else %} -
Votes until: {{motion.deadline|timestamp}}
+
Votes until: {{motion.deadline|timestamp} (UTC)}
{%- endif %}