{% include 'partials/header.html' %} {% load material_form %}
{# Neuen Antrag stellen#} {% block content %}

Kostenstellen

{% csrf_token %} {% form form=form %} {% endform %}

Bestehende Kostenstellen

{% for costcenter in costcenterlist %}
{{ costcenter.name }} {{ costcenter.schoolyear }} €
{% csrf_token %}
{% csrf_token %}
{% endfor %}
{% endblock %}
{% include 'partials/footer.html' %}