{% extends "base.html" %} {% block title -%} Motion: {{motion.name}} {%- endblock %} {% block body %} {%- include 'motion.html' %} {%- if motion.running %}
{%- for vote in ['yes','no','abstain'] %} {%- endfor %}
{%- endif %} {%- endblock %}