feat: refactored accommodation booking status model
This commit is contained in:
@@ -1,5 +1 @@
|
||||
{#- Offen covers two situations that need different office action, told apart by the access
|
||||
link: no link yet means the offer still has to be prepared, a link means the customer is
|
||||
the one who has to act. Display only — both are the same status. -#}
|
||||
{{- booking.status.label -}}
|
||||
{%- if booking.open %} · {{ booking.accessLinkIssuedAt is not null ? 'Angebot versendet' : 'Angebot ausstehend' }}{% endif -%}
|
||||
|
||||
Reference in New Issue
Block a user