wip: booking summary for step 1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<div id="booking-summary">
|
||||
<h3>Zusammenfassung</h3>
|
||||
<h4>Zimmer</h4>
|
||||
<ul class="list-disc list-inside pb-4">
|
||||
{% for roomSelection in roomSummary %}
|
||||
<li>
|
||||
{{ roomSelection.quantity }} x {{ roomSelection.roomLabel }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<h4>Anzahl Teilnehmer</h4>
|
||||
<p>
|
||||
{{ participantCount }}
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user