{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Page title {% endblock %} {% block content %} {% formfield player.my_field with label="Your value here" %} {% next_button %} {% endblock %}