{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block content %}
{% if player.roles_reversed == 0 %}
{{ form.practice_submitted_choice.0.tag }} Left {{ form.practice_submitted_choice.1.tag }} Right
{% endif %} {% if player.roles_reversed == 1 %}
{{ form.practice_submitted_choice.0.tag }} Up
{{ form.practice_submitted_choice.1.tag }} Down
{% endif %}
{% endblock %}