{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} You selected {% if player.choice == True %} Stag. {% else %} Rabbit. {% endif %}Your partner selected {% if player.partner_choice == True %} Stag. {% else %} Rabbit.{% endif %} As a result, you will recieve a payoff of {{player.payoff}}.

{% next_button %} {% endblock %}