{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results {% endblock %} {% block content %}

{% if player.role == 'Hunter_1' %} You choose to {{player.decision}} and the other player choose to {{player.other_player.decision}} so your payoff is {{player.payoff}} and the other player's payoff is {{player.other_player.payoff}} and your cumulative payoff is {{participant.payoff}}. {% else %} You choose to {{player.decision}} and the other player choose tp {{player.other_player.decision}} so your payoff is {{player.payoff}} and the other player's payoff is {{player.other_player.payoff}} and your cumulative payoff is {{participant.payoff}}. {% endif %}

{% if player.decision == 'stag' and player.other_player.decision == 'stag' %} Image {% else %} Image {% endif %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}