feat: special treatment of services for participants of age 0-2

This commit is contained in:
Björn Fromme
2025-12-08 15:26:30 +01:00
parent 118f86b2a0
commit 6dbbfd87f8
7 changed files with 635 additions and 18 deletions
+1 -4
View File
@@ -125,10 +125,7 @@
{% for roomPricing in summaryData.pricingData.rooms %}
<tr>
<td class="p-2 align-top">
<div>{{ roomPricing.quantity }}x {{ roomPricing.label }}</div>
{% if summaryData.assignmentCounts[roomPricing.roomId] is defined %}
<div class="text-sm text-gray-600">{{ summaryData.assignmentCounts[roomPricing.roomId] }}x Erwachsener</div>
{% endif %}
{{ roomPricing.quantity }}x {{ roomPricing.label }}
</td>
<td class="p-2 align-top w-24 text-right whitespace-nowrap">
{{ roomPricing.totalPrice | format_currency('EUR') }}