{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Final Results {% endblock %} {% block content %} Your payoff for this round is the average of the payoff as Sender and Receiver.

Your payoffs in this round are {{ payoff_1 }} and {{ payoff_2 }}.

Therefore, your payoff is {{ total_payoff }}.
{% next_button %} {% endblock %}