{% include 'partials/header.html' %}

Anträge prüfen

{% for booking in filter.qs %} {{ booking.contact }} {{ booking.description }} {{ booking.planned_amount }} €
{% csrf_token %} {% if booking.status.id != 2 %} {{ form.costcenter }} {% endif %}
{% endfor %}
{% include 'partials/footer.html' %}