]> WPIA git - motion.git/blobdiff - templates/motion.html
upd: add language switch to navigation
[motion.git] / templates / motion.html
index 10440594230f7c34a095319f39c8c19001a7c3ec..edc637a28e82d3dee6aa3f4713c690e914c319ff 100644 (file)
 {%- endif %}
     </div>
     <div class="date">
-      <div>{{_('Proposed')}}: {{motion.posed|timestamp}} (UTC) {{_('by')}} {{motion.poser}}</div>
+      <div>{{_('Proposed')}}: {{_('%(dt)s (UTC) by %(user)s', dt=motion.posed|timestamp, user=motion.poser)}}</div>
 {%- if motion.canceled != None %}
-      <div>{{_('Canceled')}}: {{motion.canceled|timestamp}} (UTC) {{_('by')}} {{motion.canceler}}</div>
+      <div>{{_('Canceled')}}: {{_('%(dt)s (UTC) by %(user)s', dt=motion.canceled|timestamp, user=motion.poser)}}</div>
 {%- else %}
-      <div>{{_('Votes until')}}: {{motion.deadline|timestamp}} (UTC)</div>
+      <div>{{_('Votes until')}}: {{_('%(dt)s (UTC)', dt=motion.deadline|timestamp)}}</div>
 {%- endif %}
      </div>
   </div>