{% extends "global/Page.html" %} {% load staticfiles otree %} {% load staticfiles %} {% block content %}
{{questions_to_page|add:question.index}}. | {{question_instructions}} {{ curr_block.text_delay_start }} | {% for value in question.start_values %}{{ value }} | {% endfor %}
---|---|---|
{{question_instructions}} {{ curr_block.text_total_end }} | {% for value in question.end_values %}{{ value }} | {% endfor %}|
{% for index in question.choice_index %} | {% endfor %} {% if not forloop.last %} | |
{% for value in question.start_values %} | {% endfor %} {% endif %} {% endfor %} |