{% extends 'votebase/base.html' %} {% load i18n question_extras voter_extras %} {% block title %}{{ survey.title }}{% endblock %} {% block body_class %}voter-hash{% endblock %} {% block content_title %} {% trans 'Back' %}{{ survey.title }} {% endblock %} {% block content %}
{% if forms %} {% if voter.survey.is_quiz and show_quiz_result %} {% voter_quiz_result voter %} {% endif %} {% for form in forms %}
{#
#} {# {% if form.question.is_quiz and show_quiz_correct_options %}#} {# {% voter_form_result form voter %}#} {# {% endif %}#} {% include 'votebase/helpers/form.html' %}
{% if not forloop.last %}
{% endif %} {% endfor %} {% else %} {% trans "Voter hasn't voted in any question." %} {% endif %}
{% endblock %}