{% extends "global/Page.html" %} {% block title %}Questionnaire{% endblock %} {% block content %}



Which picture below best represents how your personal attributes, qualities, and values align or overlap with the attributes, qualities, and values of the company?

Option 1

Option 2

Option 3

Option 4

Option 5

Option 6

Option 7



{% for field in form %}
{% for choice in field %}
{% endfor %} {% endfor %}
{{ choice }}
{{ choice.label }}


{% next_button %} {% endblock %}