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