{% extends "global/Page.html" %} {% load otree static %} {% block title %} Your Role {% endblock %} {% block content %} {% if player.id_in_group != 4 %}

You are in the role of a decider.

{% endif %} {% if player.id_in_group == 4 %}

You are in the role of the selector.

{% endif %} {% endblock %}