last changes since 6-2023
This commit is contained in:
parent
81e42b76f5
commit
148eb359ce
20 changed files with 27107 additions and 371 deletions
|
|
@ -57,6 +57,16 @@
|
|||
{{ booking.selectedDeparture.name }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Versicherung</td>
|
||||
<td>
|
||||
{% if booking.insuranceOffer == 1 %}
|
||||
Nein, keine Reiseversicherung gewünscht
|
||||
{% elseif booking.insuranceOffer == 2 %}
|
||||
Ja, ich wünsche ein Reiseversicherungsangebot
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue