{% extends 'otree/WaitPage.html' %} {% load otree %} {% block title %}Please wait!{% endblock %} {% block content %}
You are Hunter 1. Please choose either stag or hare.
| The Other Participant (Hunter 2) | |||
|---|---|---|---|
| stag | hare | ||
| You (Hunter 1) | stag | {{Constants.stag_match_payoff}}, {{Constants.stag_match_payoff}} | {{ Constants.stag_mismatch_payoff }}, {{group.h_2_hare_payoff}} |
| hare | {{Constants.h_1_hare_payoff}}, {{ Constants.stag_mismatch_payoff }} | {{Constants.h_1_hare_payoff}}, {{group.h_2_hare_payoff}} | |
You are Hunter 2. Please choose either stag or hare.
| The Other Participant | |||
|---|---|---|---|
| stag | hare | ||
| You (Hunter 2) | stag | {{Constants.stag_match_payoff}}, {{Constants.stag_match_payoff}} | {{ Constants.stag_mismatch_payoff }}, {{Constants.h_1_hare_payoff}} |
| hare | {{group.h_2_hare_payoff}}, {{ Constants.stag_mismatch_payoff }} | {{group.h_2_hare_payoff}}, {{Constants.h_1_hare_payoff}} | |