{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} {% include 'trust/Includes/role_block.html' %} {% if player.role == 'trustor' %} DO SOMETHING HERE TO TRUSTOR {% else %} DO SOMETHINK HERE TO TRUSTEE {% endif %}
Your partner gets: {{player.other.payoff }}
{{player.payoff}}
{% next_button %} {% endblock %}