{% extends "base.html" %} {% block title %}{{ titel }}{% endblock %} {% block content %}

{{ titel }}

{% csrf_token %}

Allgemein

{{ form.titel }} {% if form.titel.errors %}

{{ form.titel.errors.0 }}

{% endif %}
{{ form.beschreibung }}
{{ form.kategorie }}
{{ form.los }}
{{ form.quelle_im_dokument }}

Verbindlichkeit & Bewertung

{% for widget in form.verbindlichkeit %} {% endfor %}
{{ form.erfuellungsstatus }}
{{ form.zustaendiger }}
{% if anforderung %} Abbrechen {% else %} Abbrechen {% endif %}
{% endblock %}