{% extends "base.html" %} {% load i18n %} {% block body %} {% trans "Create or change occurrence. All fields are required." %}

{% csrf_token %} {{ form.as_table }}

{% endblock %}