{% extends "global/Page.html" %} {% load staticfiles otree %} {% load staticfiles %} {% block title %} Block {{ step }} of {{ num_blocks }} {% endblock %} {% block content %}
{{ step }} / {{ num_blocks }}

{{ curr_block.text_delay_start }} and {{ curr_block.text_total_end }} from today

{% for question in curr_block.questions %} {% if not use_slider %} {% 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 %} {% endif %} {% if use_slider %} {% if not forloop.last %} {% endif %} {% endif %} {% endfor %}
{{ question.question_number }}. payment {{ curr_block.text_delay_start }}...{{ value|c }}
and payment {{ curr_block.text_total_end }}{{ value|c }}
{{ question.question_number }}. payment {{ curr_block.text_delay_start }}: 0.00€
{% for v in question.start_values %}
{{v | c}}
{% endfor %}
and payment {{ curr_block.text_total_end }}: 0.00€
You need to fill out all choices in order to continue.
{% next_button %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}