last changes since 6-2023

This commit is contained in:
Kevin Adametz 2023-07-03 10:07:53 +02:00
parent 81e42b76f5
commit 148eb359ce
20 changed files with 27107 additions and 371 deletions

View file

@ -25,6 +25,14 @@ Anzahlung: {{ booking_price_info.deposit_total|number_format(2) }} € (ist sof
Versicherung: {{ booking_price_info.totalInsurance|number_format(2) }} € (ist sofort fällig)
{% endif %}
{% if( booking_request.insuranceOffer == 1) %}
Versicherung: Nein, keine Reiseversicherung gewünscht
{% endif %}
{% if( booking_request.insuranceOffer == 2) %}
Versicherung: Ja, ich wünsche ein Reiseversicherungsangebot
{% endif %}
Restzahlung: {{ booking_price_info.final_payment|number_format(2) }} € (bis zum {{ booking_price_info.final_payment_date}})