{% load otree static %} {% block content %} {% if player.time_112 == 1 %}

Please consider the following: Would you rather receive 100 Euro today or 106 Euro in 12 months? {% formfield player.time_106 label=""%}

{% elif player.time_112 == 0 %}

Please consider the following: Would you rather receive 100 Euro today or 119 Euro in 12 months? {% formfield player.time_119 label=""%}

{% elif player.time_139 == 1 %}

Please consider the following: Would you rather receive 100 Euro today or 132 Euro in 12 months? {% formfield player.time_132 label=""%}

{% elif player.time_139 == 0 %}

Please consider the following: Would you rather receive 100 Euro today or 146 Euro in 12 months? {% formfield player.time_146 label=""%}

{% elif player.time_169 == 1 %}

Please consider the following: Would you rather receive 100 Euro today or 161 Euro in 12 months? {% formfield player.time_161 label=""%}

{% elif player.time_169 == 0 %}

Please consider the following: Would you rather receive 100 Euro today or 177 Euro in 12 months? {% formfield player.time_177 label=""%}

{% elif player.time_202 == 1 %}

Please consider the following: Would you rather receive 100 Euro today or 193 Euro in 12 months? {% formfield player.time_193 label=""%}

{% elif player.time_202 == 0 %}

Please consider the following: Would you rather receive 100 Euro today or 210 Euro in 12 months? {% formfield player.time_210 label=""%}

{% endif %}
{% next_button %}

{% endblock %}