{% csrf_token %}
{{ form.system }}
{{ form.issue_url }}
{{ form.issue_key }}
{{ form.notizen }}
{% if form.errors %}

{{ form.errors }}

{% endif %}