{% load i18n %}
{% include "survey/widgets/survey_header.html" %}
{% if not user_choice %}
{% csrf_token %} {% else %}
{% endif %} {% for obj in survey.options.all %} {% include "survey/widgets/survey_option.html" with option=obj %} {% endfor %} {% if not user_choice %} {% else %}
{% endif %}
{% include "survey/widgets/survey_chart.html" %}