{% extends "global/Page.html" %} {% load otree %} {% block title %}Results{% endblock %} {% block content %}

You decided to send {{ player.sent }} to the receiver.
Your payoff is {{player.payoff}}

{% next_button %} {% endblock %}