{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Practice Situation 2 of 2: 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.practice_submitted_choice.0.tag }} L {{ form.practice_submitted_choice.1.tag }} R
{% endif %} {% if player.roles_reversed == 1 %}
{{ form.practice_submitted_choice.0.tag }} U
{{ form.practice_submitted_choice.1.tag }} D
{% endif %}

{% endblock %}