{% extends "global/Page.html" %} {% load otree_tags %} {% block title %} Your choice {% endblock %} {% block content %} {% if player.id_in_group == 1 or player.id_in_group == 3 %}
In this round, you are {{role}}.
{% endif %} {% if player.id_in_group == 2 %}In this round, you are {{role}}.
{% endif %}Do you want to give up {{ Constants.volunteer_cost }} for the group?
{% formfield player.volunteer with label='' %}
{% next_button %}
{% endblock %}