{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} {% if player.role == 'trustor' %} Do something here for trustor {% else %} Do something here for trustee {% endif %}
Your partnet gets: {{ player.other.payoff }}
{% next_button %} {% endblock %}