{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results of Game {{ game }} {% endblock %} {% block content %} {% if group.game_outcome == 0 %}
Since you are RED player, your payoff is: {{ large_pile_pass }}
Your opponent's payoff is: {{ small_pile_pass }}
{% else %}Since you are BLUE player, your payoff is: {{ small_pile_pass }}
Your opponent's payoff is: {{ large_pile_pass }}
{% endif %}Your payoff is: {{ large_pile }}
Your opponent's payoff is: {{ small_pile }}
Your payoff is: {{ small_pile }}
Your opponent's payoff is: {{ large_pile }}