{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Choice {% endblock %} {% block styles %} {% endblock %} {% block content %} {% if player.role == 'Possessor' %}

You currently possess the resource.

{% else %}

The other player currently possesses the resource.

{% endif %}
The Other Participant {% if player.role != 'Possessor' %} {% endif %}
Fight Don't Fight
You {% if player.role == 'Possessor' %} {% endif %} Your payoff: {{ Constants.Fight_payoff }}
Other player's payoff: {{ Constants.Fight_payoff }}
Your payoff: {{ Constants.Hawk_payoff }}
Other player's payoff: {{Constants.Dove_payoff}}
Your payoff: {{Constants.Dove_payoff}}
Other player's payoff: {{ Constants.Hawk_payoff }}
Your payoff: {{ Constants.Split_payoff }}
Other player's payoff: {{ Constants.Split_payoff }}
{% endblock %}