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

How many points will the Subordinate earn if both participants choose a different option?

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

How many points will Person 2 earn if both participants choose a different option?

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