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