{% include 'partials/header.html' %} {% load material_form %} Anträge prüfen Antragsteller Anschaffungswunsch Geplante Kosten Buchungskonto Aktionen {% if not filter.qs %} Keine offenen Anträge vorhanden {% endif %} {% for booking in filter.qs %} {% 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' %}