{% extends "global/Page.html" %} {% load otree_tags %} {% block title %} Your choice {% endblock %} {% block content %}
Do you want to give up {{ Constants.volunteer_cost }} for the group?
{% formfield player.choice_to_work with label='' %}
{% next_button %}
{% endblock %}