{% csrf_token %}
{{ form.titel }}
{{ form.typ }}
{{ form.phase }}
{% if form.titel.errors %}

{{ form.titel.errors.0 }}

{% endif %}