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

{{curr_block.text_delay_start}}-Year vs. {{curr_block.text_total_end}}-Year Growth


{{instructions1}}{{instructions2}}{{instructions3}}
{% for question in curr_block.questions %} {% for value in question.start_values %} {% endfor %} {% for value in question.end_values %} {% endfor %} {% for index in question.choice_index %} {% endfor %}

{% if not forloop.last %} {% for value in question.start_values %} {% endfor %} {% endif %} {% endfor %}
{{questions_to_page|add:question.index}}. {{question_instructions}} in the {{ curr_block.text_delay_start }} Year {{ value }}
AND in the {{ curr_block.text_total_end }} Year{{ value }}
{% if player.set_1 %} {% else %} {% endif %}
{% next_button %}
{% next_button %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}