{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Game 3 {% endblock %} {% block content %}
{% include Constants.instruction_template %}
LOTTERY HEADS TAILS
Lottery 1 {{ Constants.choice_1_high }} ECUs {{ Constants.choice_1_low }} ECUs
Lottery 2 {{ Constants.choice_2_high }} ECUs {{ Constants.choice_2_low }} ECUs
Lottery 3 {{ Constants.choice_3_high }} ECUs {{ Constants.choice_3_low }} ECUs
Lottery 4 {{ Constants.choice_4_high }} ECUs {{ Constants.choice_4_low }} ECUs
Lottery 5 {{ Constants.choice_5_high }} ECUs {{ Constants.choice_5_low }} ECUs
Lottery 6 {{ Constants.choice_6_high }} ECUs {{ Constants.choice_6_low }} ECUs
Make your selection below

{% formfield player.choice label="" %}

{% next_button %} {% endblock %}