{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Question 5 {% endblock %} {% block content %} {% if player.role == "Leader" or player.role == "Subordinate" %}

How many points will the Leader earn if both participants choose Option B?

{% endif %} {% if player.role == "Person 1" or player.role == "Person 2" %}

How many points will Person 1 earn if both participants choose Option B?

{% endif %} {% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}