{% extends "global/Page.html" %} {% load otree static %} {% block title %} Outcome of this round {% endblock %} {% block content %}
You chose {{ own_choice }}.
The other person chose {{ others_choice }}.
This means that this round resulted in a {{ outcome }}.
Therefore, you both earned {{ payoff }} in this round.
{% next_button %} {% endblock %}