{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %} {{ form.errors }}


{% for choice in form.cognition %} {{ choice }} {% endfor %}
{% next_button %}
{% endblock %}