{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Choice {% endblock %} {% block content %} {% formfield player.volunteer label='Do you wish to volunteer?' %}
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}