{% include 'partials/header.html' %} {% load material_form %} Anträge prüfen {% for booking in filter.qs %} Antragsteller Anschaffungswunsch Geplante Kosten Zugeordnete Kostenstelle Aktionen {% csrf_token %} {% if booking.status < 2 %} {{ booking.contact }} {{ booking.description }} {{ booking.planned_amount }} € {{ form.account }} {% endif %} {% if booking.status < 2 %} check_circle {% endif %} {% if booking.status < 3 %} not_interested {% endif %} {% endfor %} {% include 'partials/footer.html' %}