{% 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 }} check_circle {% endif %} {% endfor %} {% include 'partials/footer.html' %}