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