Adjust copy&past template to changed data structure
This commit is contained in:
@@ -161,11 +161,16 @@
|
|||||||
<th>Zusatzleistungen</th>
|
<th>Zusatzleistungen</th>
|
||||||
<td>
|
<td>
|
||||||
<table class="table table-condesed">
|
<table class="table table-condesed">
|
||||||
<f:for each="{date.servicesoptional.service}" as="service">
|
<f:for each="{date.servicesoptional.category}" as="servicecat">
|
||||||
<tr>
|
<tr>
|
||||||
<td>{service.label}</td>
|
<th colspan="2">{v:variable.get(name: 'servicecat.@label')}</th>
|
||||||
<td>{service.price} €</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
<f:for each="{servicecat.service}" as="service">
|
||||||
|
<tr>
|
||||||
|
<td>{service.label}</td>
|
||||||
|
<td>{service.price} €</td>
|
||||||
|
</tr>
|
||||||
|
</f:for>
|
||||||
</f:for>
|
</f:for>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user