{% extends "global/Page.html" %} {% block title %}Questionnaire{% endblock %} {% block content %}
{% for value, label in gender_choices %} {% endfor %}
{% for value, label in sex_at_birth_choices %} {% endfor %}
{% for value, label in eye_color_choices %} {% endfor %}
{% for value, label in wear_glasses_or_contacts_choices %} {% endfor %}
{% for value, label in vision_problems_choices %} {% endfor %} {{ formfield_errors 'vision_problems' }}
{{ formfield_errors 'age' }}
{% for value, label in education_choices %} {% endfor %}
{% for value, label in work_choices %} {% endfor %}
{% for value, label in income_choices %} {% endfor %}
{# Hidden submit button to allow form submission from footer #} {% endblock %} {% block footer_buttons %} {% if lang == 'fr' %} {% else %} {% endif %} {% endblock %}