{% extends "meeting-base.html" %} {% load staticfiles thumbnail %} {% block headtitle %}{{ vote }}{% endblock %} {% block content %}
{{ vote }}

Question {{ question.order }}. {{ question }}
Please select an item below.

{% csrf_token %} {% for option in question.get_options %}
{{ option }}
{% endfor %}
{% endblock %} {% block footer_script %} {% endblock %}