{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ subsession.round_number }} - Results {% endblock %} {% block content %} {% if player.player_role == 1 %}
YOU THE OTHER BU MANAGER {% if player.extension == 0 %} THE SUPERVISOR {% elif player.extension == 1 %} {% if group.want_info == 0 %} THE SUPERVISOR {% elif group.want_info == 1 %} THE SUPERVISOR {% endif %} {% endif %}

{% elif player.player_role == 2 %}
YOU THE OTHER BU MANAGER {% if player.extension == 0 %} THE SUPERVISOR {% elif player.extension == 1 %} {% if group.want_info == 0 %} THE SUPERVISOR {% elif group.want_info == 1 %} THE SUPERVISOR {% endif %} {% endif %}

{% else %}
{% if player.extension == 0 %} YOU {% elif player.extension == 1 %} {% if group.want_info == 0 %} THE SUPERVISOR {% elif group.want_info == 1 %} THE SUPERVISOR {% endif %} {% endif %} BU MANAGER A BU MANAGER B

{% endif %} {% next_button %} {% endblock %}