feat: accommodation booking type and status as dedicated properties

This commit is contained in:
Björn Fromme
2026-08-06 08:52:09 +02:00
parent 2cfa87f44b
commit aa8fa5c1b2
22 changed files with 218 additions and 151 deletions
@@ -60,7 +60,7 @@
{% endif %}
</td>
<td>
{{ booking.status.label }}
{{ booking.type.label }} · {{ booking.status.label }}
</td>
<td>
{% set discounts = [] %}