{% extends "global/Page.html" %} {% load static otree %} {% block title %} Second test ({{ current_matrix }}/{{ Constants.total_num_raven_rounds }}) {% endblock %} {% block app_styles %} {% endblock %} {% block content %}

Please select the symbol that you think fits.



{% for choice in form.raven_6_submitted_answer %} {% if forloop.counter <= 3 %} {% endif %} {% endfor %} {% for choice in form.raven_6_submitted_answer %} {% if forloop.counter > 3 %} {% endif %} {% endfor %}
{{ choice }}
{{ choice }}
{# {{ form.my_field1 }}
{{ form.my_field2 }}#} {% next_button %} {% endblock %}