{% extends "global/Page.html" %} {% load staticfiles otree %} {% load staticfiles %} {% block content %}

{{ title }}

{{ instructions }}

{% for question in curr_block.questions %} {% for value in question.econ_start_values %} {% endfor %} {% for value in question.econ_end_values %} {% endfor %} {% for index in question.choice_index %} {% endfor %}

{% if not forloop.last %} {% for value in question.econ_start_values %} {% endfor %} {% endif %} {% endfor %}
{{ question.question_number }}. {{question_instructions}} {{ curr_block.econ_text_delay_start }} {{ value }}
and {{ curr_block.econ_text_total_end }} {{ value }}
You need to fill out all choices in order to continue.
{% next_button %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}