# {{motion.name}} ({{ 'Running' if motion.running else 'Finished' }})
Posed: {{motion.posed|timestamp}}
Votes until: {{motion.deadline|timestamp}}

{{motion.content}}

{%- if motion.yes or motion.no or motion.abstain %}

{%- for vote in ['yes', 'no', 'abstain'] %} {{vote|capitalize}} {{motion[vote]}}
{%- endfor %}

{%- endif %}
{%- block content %}{% endblock %}