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

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

{% elif player.time_125 == 0 %}

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

{% elif player.time_185 == 1 %}

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

{% elif player.time_185 == 0 %}

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

{% endif %}
{% next_button %}

{% endblock %}