{% extends "global/Page.html" %} {% block title %}Questionnaire{% endblock %} {% block content %}
{% for value, label in difficulty_forecast_choices %} {% endfor %}
{% for value, label in difficulty_allocation_choices %} {% endfor %}
{% for value, label in comfortable_allocation_choices %} {% endfor %}
{% for value, label in advice_helpful_choices %} {% endfor %}
{% for value, label in trust_technology_choices %} {% endfor %}
{% for value, label in regret_decision_choices %} {% endfor %}
{% for value, label in resist_blame_choices %} {% endfor %}
{{ formfield_errors 'comments' }}
{# Hidden submit button to allow form submission from footer #} {% endblock %} {% block footer_buttons %} {% if lang == 'fr' %} {% else %} {% endif %} {% endblock %}