{% extends "global/Page.html" %} {% block title %}Questionnaire{% endblock %} {% block content %}
{% for value, label in experience_choices %} {% endfor %}
{% for value, label in received_advice_choices %} {% endfor %}
{% for label in likert_labels %} {% endfor %} {% for row in rows %} {% for i in range(1, 6) %} {% endfor %} {% endfor %}
{{ label }}
{{ row.label }}
{# Hidden submit button to allow form submission from footer #} {% endblock %} {% block footer_buttons %} {% if lang == 'fr' %} {% else %} {% endif %} {% endblock %}