feat: assignable managers for accommodation bookings

This commit is contained in:
Björn Fromme
2026-08-05 13:45:33 +02:00
parent 8e4afc0813
commit 736128476b
9 changed files with 247 additions and 1 deletions
@@ -22,6 +22,9 @@
<th>
Personen
</th>
<th>
Betreuer:in
</th>
<th>
Status
</th>
@@ -49,6 +52,13 @@
<td>
{{ booking.paxCount }}
</td>
<td>
{% if booking.managedBy is not null %}
{{ booking.managedBy.email }}
{% else %}
keine Zuordnung
{% endif %}
</td>
<td>
{{ booking.status.label }}
</td>