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

Anträge prüfen

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