{% extends "global/Page.html" %} {% load otree static %} {% block title %} Game: {{ round }} {% endblock %} {% block styles %} {% endblock %} {% block content %}

Seconds Remaining: 60

Current Choice:

A B
A {{ game.row_aa }}, {{ game.column_aa }} {{ game.row_ab }}, {{ game.column_ab }}
B {{ game.row_ba }}, {{ game.column_ba }} {{ game.row_bb }}, {{ game.column_bb }}
{% if round < num_rounds %}

Click on the next button to proceed to the following round.

{% else %}

Click next to proceed to the outcome screen.

{% endif %}
{{ form.errors }}
{% endblock %} {% block scripts %} {% endblock %}