{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% load otree %} {% block title %}Understanding 3 (3/8) {% endblock %} {% block content %} {% if player.role == 'A' %}
1b) if the man picks the red marble, which plate is he getting?
{% elif player.role == 'B' %}1b) if you pick the red marble, which plate are you getting?
{% endif %} {% formfield player.understand1b %} {{ form.errors }} {% next_button %} {% endblock %}