{% extends "global/Page.html" %} {% load staticfiles otree %} {% load staticfiles %} {% block title %} Block {{ step }} of {{ num_blocks }} {% endblock %} {% block content %}
{{ question.question_number }}. | payment {{ curr_block.text_delay_start }}... | {% for value in question.start_values %}{{ value|c }} | {% endfor %}|
---|---|---|---|
and payment {{ curr_block.text_total_end }} | {% for value in question.end_values %}{{ value|c }} | {% endfor %}||
{% for index in question.choice_index %} | {% endfor %} | ||
{% for value in question.start_values %} | {% endfor %} | ||
{{ question.question_number }}. | payment {{ curr_block.text_delay_start }}: | 0.00€ |
{% for v in question.start_values %}
{{v | c}}
{% endfor %}
{% for v in question.end_values %}
{{v | c}}
{% endfor %}
|
and payment {{ curr_block.text_total_end }}: | 0.00€ | ||