{% extends "global/Page.html" %}
{% load otree static %}
{% block styles %}
{% endblock %}
{% block title %}
Decision Situation {{ player.round_number }} of {{ Constants.num_rounds }}: Choice
{% endblock %}
{% block content %}
Which {% if player.roles_reversed == 0 %} column {% endif %} {% if player.roles_reversed == 1 %} row {% endif %} do you choose?
{% if player.roles_reversed == 0 %}| {{ form.submitted_choice.0.tag }} | L | {{ form.submitted_choice.1.tag }} | R | ||
| {{ form.submitted_choice.0.tag }} | U | ||||
| {{ form.submitted_choice.1.tag }} | D |