{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Writing task {% endblock %} {% block content %} {% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}