{% extends "global/Page.html" %} {% load otree static %} {% block title %} Open vraag {% endblock %} {% block content %} {% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}