{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }}
{% if same_choice %} Both of you chose to {{ my_decision }}. {% else %} You chose to {{ my_decision }} and the other participant chose to {{ opponent_decision }}. {% endif %}
As a result, you earned {{ player.payoff }}.
{% next_button %} {% include C.INSTRUCTIONS_TEMPLATE %} {{ endblock }}