{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Decide {% endblock %} {% block content %}
You are {{ player.role }}. What will you do for the evening?
{% formfield player.decision with label='Please make a choice:' %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}