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

Anträge prüfen

{% for booking in filter.qs %} {% csrf_token %} {% if booking.status < 2 %} {% endif %} {% endif %}
Antragsteller Anschaffungswunsch Geplante Kosten Zugeordnete Kostenstelle Aktionen
{{ booking.contact }} {{ booking.description }} {{ booking.planned_amount }} € {{ form.account }} {% if booking.status < 2 %} {% endif %} {% if booking.status < 3 %}
{% endfor %}
{% include 'partials/footer.html' %}