{% extends "global/Page.html" %} {% load staticfiles otree %} {% load staticfiles %} {% block content %}


{{ step1 }}. {{instructions1}}{{instructions2}}{{instructions3}}

{% for value in plot1.start_values %} {% endfor %} {% for index in plot1.choice_index %} {% endfor %}

{{ value }}



{{ step2 }}. {{instructions1}}{{instructions2}}{{instructions3}}

{% for value in plot2.start_values %} {% endfor %} {% for index in plot2.choice_index %} {% endfor %}

{{ value }}
{% if player.set_1 %} {% else %} {% endif %}
{% next_button %}
{% next_button %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}