{% extends "global/Page.html" %} {% load staticfiles otree %} {% load staticfiles %} {% block title %} Block {{ player.current_step }} of 5 {% endblock %} {% block content %}
{{ player.current_step }} / 5

Gain {{ gain | c }} per Week

{% for week, gain, rev_week, rev_gain in week_gain %} {% endfor %}
Option A A B Option B
{% if gain == 1 %} in week {{ week }} {% else %} starting in week {{ week_start }} and ending (after) week {{ week }} [{{ gain }}] {% endif %} {% if rev_gain == 1 %} in week {{ rev_week }} {% else %} starting in week {{ rev_week }} and ending (after) week {{ week_end }} [{{ rev_gain }}] {% endif %}
You have to select an option above to continue.
Your choices mean that you prefer to:

Gain {{ gain | c }} per Week,

rather than

Gain {{ gain | c }} per Week,


Are you sure about your choice?

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}