{% extends "global/Page.html" %} {% load staticfiles otree %} {% load staticfiles %} {% block title %} Please make your choices now: Block {{ step }} of {{ num_blocks }} {% endblock %} {% block content %}
| {{ question.question_number }}. | {{ curr_block.text_delay_start }} receive | {% for value in question.start_values %}{{ value|c }} | {% endfor %}|
|---|---|---|---|
| and {{ curr_block.text_total_end }} receive | {% 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€ | ||