X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=templates%2Fmotion.html;fp=templates%2Fmotion.html;h=edc637a28e82d3dee6aa3f4713c690e914c319ff;hp=10440594230f7c34a095319f39c8c19001a7c3ec;hb=27e9c554929138818e62ae4e624dd3450a84b556;hpb=5997dc772e9a15638398f9fe18521c6b64cdac5e diff --git a/templates/motion.html b/templates/motion.html index 1044059..edc637a 100644 --- a/templates/motion.html +++ b/templates/motion.html @@ -13,11 +13,11 @@ {%- endif %}
-
{{_('Proposed')}}: {{motion.posed|timestamp}} (UTC) {{_('by')}} {{motion.poser}}
+
{{_('Proposed')}}: {{_('%(dt)s (UTC) by %(user)s', dt=motion.posed|timestamp, user=motion.poser)}}
{%- if motion.canceled != None %} -
{{_('Canceled')}}: {{motion.canceled|timestamp}} (UTC) {{_('by')}} {{motion.canceler}}
+
{{_('Canceled')}}: {{_('%(dt)s (UTC) by %(user)s', dt=motion.canceled|timestamp, user=motion.poser)}}
{%- else %} -
{{_('Votes until')}}: {{motion.deadline|timestamp}} (UTC)
+
{{_('Votes until')}}: {{_('%(dt)s (UTC)', dt=motion.deadline|timestamp)}}
{%- endif %}