wip: booking process, room assignment
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
<p>Reise: {{ bookingCreateDto.travelData.label }}</p>
|
||||
<p>Datum: {{ bookingCreateDto.travelData.dateFrom | date('d.m.Y') }} - {{ bookingCreateDto.travelData.dateTo | date('d.m.Y') }}</p>
|
||||
<p>Hotel: {{ bookingCreateDto.travelData.hotel.name }}</p>
|
||||
{% if bookingCreateDto.participantsCount > 0 %}
|
||||
<p>Teilnehmerzahl: {{ bookingCreateDto.participantsCount }}</p>
|
||||
{% if participantsCount > 0 %}
|
||||
<p>Teilnehmerzahl: {{ participantsCount }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user