{% include 'partials/header.html' %} {% load material_form %} add Kostenstelle anlegen Kostenstellen {% if form.errors %} {% endif %} Neue Kostenstelle anlegen {% csrf_token %} {% form form=form %} {% endform %} Kostenstelle Jahr Aktionen {% for cost_center in cost_centers %} {{ cost_center.name }} {{ cost_center.year }} {% csrf_token %} create {% csrf_token %} cancel {% endfor %} {% include 'partials/footer.html' %}