{% include 'partials/header.html' %} Anträge prüfen {% for booking in filter.qs %} {{ booking.description }} {{ booking.planned_amount }} € {% csrf_token %} {% if booking.status.id != 2 %} check_circle {% endif %} {% if booking.status.id != 3 %} not_interested {% endif %} {% endfor %} {% include 'partials/footer.html' %}