{% extends "global/Page.html" %} {% load otree %} {% block title %} Set Your Price {% endblock %} {% block content %} {% formfield player.price label="Please enter an amount from 0 to 100 as your price" %}
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}