{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} {% include 'trust/RoleText.html' %} {% if player.role == 'trustor' %} Do STH here for trustor {% else %} Do STH here for trustee {% endif %}