{% extends "global/Page.html" %} {% load otree static %} {% block title %} Decision {% endblock %} {% block content %}
{% if player.role == "Hunter_1" %}

You are Hunter 1. Please choose either stag or hare.

The Other Participant (Hunter 2)
stag hare
You (Hunter 1) {{Constants.stag_match_payoff}}, {{Constants.stag_match_payoff}} {{ Constants.stag_mismatch_payoff }}, {{group.h_2_hare_payoff}}
{{Constants.h_1_hare_payoff}}, {{ Constants.stag_mismatch_payoff }} {{Constants.h_1_hare_payoff}}, {{group.h_2_hare_payoff}}
{% else %}

You are Hunter 2. Please choose either stag or hare.

The Other Participant (Hunter 1)
stag hare
You (Hunter 2) {{Constants.stag_match_payoff}}, {{Constants.stag_match_payoff}} {{ Constants.stag_mismatch_payoff }}, {{Constants.h_1_hare_payoff}}
{{group.h_2_hare_payoff}}, {{ Constants.stag_mismatch_payoff }} {{group.h_2_hare_payoff}}, {{Constants.h_1_hare_payoff}}
{% endif %}
{% include Constants.instructions_template %} {% next_button %} {% endblock %}