{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %}
{% if feedback == 0 %} Round {{ blockround}}/{{ total_block }}: Stage 2 {% else %} {% if player.round_number != C.NUM_ROUNDS %} Practice Round {{ blockround}}/{{ total_block }}: Stage 2 {% else %} Final Choice {% endif %} {% endif %}
{% endblock %} {% block content %}

Please choose between the options below.

{% if display_left == 1 %} {{ include_sibling 'Menu_1.html' }} {% else %} {{ include_sibling 'Menu_2.html' }} {% endif %}
{{ next_button}}
{% endblock %}