{% load staticfiles i18n question_extras %} {{ survey.title }} | VoteHub {% block css %}{% endblock %} {# #} {% block js %}{% endblock %}
{% for question in questions %}
{% get_voting_form question forloop.counter %}
{% if not forloop.last %}
{% endif %} {% endfor %}
{% include 'votebase/helpers/footer.html' with hidden_languages=1 %}