{% include 'partials/header.html' %} {% load material_form %} {% load martortags %}

Hinweismanagement

{% if msg %}

check_circle Der Hinweis wurde erfolgreich {% if msg == "success_edit" %}gespeichert. {% else %} gelöscht. {% endif %}

{% endif %}
{% form form=f.form %} {% endform %}
{% include 'partials/footer.html' %}