git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3358 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
valentin.wacker 2017-11-02 12:29:09 +00:00
parent fd01254e8f
commit 45977fd4de
15 changed files with 86 additions and 52 deletions

View file

@ -2,10 +2,10 @@
<tbody>
<tr>
<td class="st-position-price-col">
+ {{ fewo_lodging.deposit|number_format(2) }}
+ {{ total_price_per_night|number_format(2) }}
</td>
<td class="st-position-name-col">
Kaution
({{ fewo_booking_request.numberDays }} {{ fewo_price.season.minimumStay < 2 ? 'Nacht' : 'Nächte' }} x {{ fewo_price.perNight|number_format(2) }} €)
</td>
</tr>
<tr>
@ -13,15 +13,15 @@
+ {{ fewo_price.flatPrice|number_format(2) }}
</td>
<td class="st-position-name-col">
Pauschalpreis
Service-Gebühr
</td>
</tr>
<tr>
<td class="st-position-price-col">
+ {{ total_price_per_night|number_format(2) }}
+ {{ fewo_lodging.deposit|number_format(2) }}
</td>
<td class="st-position-name-col">
({{ fewo_booking_request.numberDays }} x {{ fewo_price.perNight|number_format(2) }} €)
Kaution
</td>
</tr>
<tr class="st-total-tr">