{% extends "global/Page.html" %} {% load otree static %} {% block title %} Your Role {% endblock %} {% block content %} {% if player.id_in_group != 4 %}
You are one of the 3 deciders in the group.
{% endif %} {% if player.id_in_group == 4 %}You are the selector in the group.
{% endif %} {% endblock %}