6 lines
417 B
Twig
6 lines
417 B
Twig
{#- 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 -%}
|