{{ block title }}{{ endblock }} {{ block content }}

Game 2 — Stag Hunt: Outcome


{% if all_stag %}
🎉

All three chose STAG — cooperation successful!

Your earnings: {{ stag_earnings }} ECs

{% else %}
⚠️

Not everyone chose Stag.

Your earnings: {{ stag_earnings }} ECs

{% endif %}
📊

Group Choices

{% for row in group_choices %} {% endfor %}
Member Choice Earnings
{% if loop.first %}{{ row.label }}{% else %}{{ row.label }}{% endif %} {% if row.choice == 'stag' %} 🦌 Stag {% else %} 🐇 Hare {% endif %} {{ row.earnings }} ECs
{{ endblock }}