{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %}Nachrichten{% endblock %} {% block content %} {% include Constants.Nachrichten_template %} {% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}