{% extends "global/Page.html" %} {% load otree %} {% block title %} Practice Period {% endblock %} {% block content %} {% if player.order == 1 %}

Press "CHOICE" or "ESTIMATE" to choose which decision you complete first.

{% endif %} {% if player.order == 2 %}

Press "CHOICE" to continue.

{% endif %}
{% if player.order == 1 and player.random_position == 1 %}
   
{% endif %} {% if player.order == 1 and player.random_position == 2 %}
   
{% endif %} {% if player.order == 2 %}
{% endif %} {% endblock %}