{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% load otree %} {% block title %}Understanding 2 (2/8) {% endblock %} {% block content %} {% if player.role == 'A' %}

1a) if the man picks the blue marble, which plate is he getting?

{% elif player.role == 'B' %}

1a) if you pick the blue marble, which plate are you getting?

{% endif %} {% formfield player.understand1a %} {{ form.errors }} {% next_button %} {% endblock %}