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