{% include 'partials/header.html' %} {% load material_form %}
add Kostenstelle anlegen

Kostenstellen

{% if form.errors %} {% endif %}
{% for cost_center in cost_centers %} {% endfor %}
Kostenstelle Jahr Aktionen
{{ cost_center.name }} {{ cost_center.year }}
{% csrf_token %}
{% csrf_token %}
{% include 'partials/footer.html' %}