Dreibettzimmer
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3433 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
a6ef96b4e5
commit
74b1146dd9
1 changed files with 16 additions and 12 deletions
|
|
@ -213,20 +213,24 @@
|
||||||
<td data-title="Ende">{{ travel_date.end|date }}</td>
|
<td data-title="Ende">{{ travel_date.end|date }}</td>
|
||||||
{% if has_three_bed_room %}
|
{% if has_three_bed_room %}
|
||||||
<td data-title="Preis p.P. im Dreibettzimmer">
|
<td data-title="Preis p.P. im Dreibettzimmer">
|
||||||
{% if travel_date.prices[5] is defined %}
|
{% if travel_date.prices[5].available == "1" %}
|
||||||
{% if travel_date.prices[5].effectiveDiscountPrice %}
|
{% if travel_date.prices[5] is defined %}
|
||||||
<i class="icons-percent"></i>
|
|
||||||
{% endif %}
|
|
||||||
<span class="block">
|
|
||||||
<span class="{% if travel_date.prices[5].effectiveDiscountPrice %}old_price{% endif %}">
|
|
||||||
ab {{ travel_date.prices[5].effectivePrice|number_format }} €
|
|
||||||
</span>
|
|
||||||
{% if travel_date.prices[5].effectiveDiscountPrice %}
|
{% if travel_date.prices[5].effectiveDiscountPrice %}
|
||||||
<span class="new_price">
|
<i class="icons-percent"></i>
|
||||||
ab {{ travel_date.prices[5].effectiveDiscountPrice|number_format }} €
|
|
||||||
</span>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
<span class="block">
|
||||||
|
<span class="{% if travel_date.prices[5].effectiveDiscountPrice %}old_price{% endif %}">
|
||||||
|
ab {{ travel_date.prices[5].effectivePrice|number_format }} €
|
||||||
|
</span>
|
||||||
|
{% if travel_date.prices[5].effectiveDiscountPrice %}
|
||||||
|
<span class="new_price">
|
||||||
|
ab {{ travel_date.prices[5].effectiveDiscountPrice|number_format }} €
|
||||||
|
</span>
|
||||||
|
{% endif %}
|
||||||
|
</span>
|
||||||
|
{% endif %}
|
||||||
|
{% else %}
|
||||||
|
nicht verfügbar
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue