{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} {% include 'trust\includes\role-block.html' %} {% if player.role == 'trustor' %}
The trustee send you back: {{ group.returning_amount }}. Your total payoff is:
{% else %}
Your payoff is:
{% endif %}
{{player.payoff}}
Your partner gets: {{ player.other.payoff }}
{% next_button %} {% endblock %}