{% extends "global/Page.html" %} {% load otree %} {% block title %} Make Your Choice {% endblock %} {% block content %} {% if player.role == "Hunter 1" %}

You are Hunter 1. Please click on the button to make your choice.

Your Partner
Stag Hare
You {{Constants.both_stag_payoff}}, {{Constants.both_stag_payoff}} {{ Constants.stag_hare_p1_payoff }}, {{group.hare_p2_payoff}}
{{Constants.hare_p1_payoff}}, {{ Constants.stag_hare_p1_payoff }} {{Constants.hare_p1_payoff}}, {{group.hare_p2_payoff}}
{% else %}

You are Hunter 2. Please click on the button to make your choice.

You
Your Partner Stag {{Constants.both_stag_payoff}}, {{Constants.both_stag_payoff}} {{ Constants.stag_hare_p1_payoff }}, {{group.hare_p2_payoff}}
Hare {{Constants.hare_p1_payoff}}, {{ Constants.stag_hare_p1_payoff }} {{Constants.hare_p1_payoff}}, {{group.hare_p2_payoff}}
{% endif %}

History

{% for p in player_in_previous_rounds %} {% endfor %}
Round Number Your Choice Your Partner's Choice Your Payoff Your Partner's payoff Your Total Payoff
{{ p.round_number }} {{ p.decision }} {{ p.other_player.decision }} {{ p.payoff }} {{ p.other_player.payoff }} {{ participant.payoff }}
{% endblock %}