{% if is_archive %}Buchungsarchiv{% else %}Aktuelle Buchungen{% endif %}
Anschaffungswunsch | Geplanter Betrag | Kostenstelle | Antragsteller | Status | Aktionen |
---|---|---|---|---|---|
{{ booking.description }} | {{ booking.planned_amount }} € | {{ booking.account|default:"" }} | {{ booking.contact.get_full_name }} | {{ booking.get_status.name }} | edit {% if booking.status < 2 %} {% endif %} |