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

Anträge prüfen

{% for booking in filter.qs %} {{ booking.description }} {{ booking.planned_amount }} € {{ booking.getStatus.name }}
{% csrf_token %} {% if booking.status.id != 2 %} {% endif %} {% if booking.status.id != 3 %} {% endif %}
{% endfor %}
{% include 'partials/footer.html' %}