{% extends "global/Page.html" %} {% load staticfiles otree %} {% load staticfiles %} {% block content %}
{{ instructions }}
{{ question.question_number }}. | {{question_instructions}} {{ curr_block.econ_text_delay_start }} | {% for value in question.econ_start_values %}{{ value }} | {% endfor %}
---|---|---|
and {{ curr_block.econ_text_total_end }} | {% for value in question.econ_end_values %}{{ value }} | {% endfor %}|
{% for index in question.choice_index %} | {% endfor %} {% if not forloop.last %} | |
{% for value in question.econ_start_values %} | {% endfor %} {% endif %} {% endfor %} |