Roomtypes headline according to hotel type
This commit is contained in:
@@ -45,9 +45,23 @@
|
||||
<div class="hotel-details hotel-details--features">
|
||||
{hotel.features -> f:format.html()}
|
||||
</div>
|
||||
<f:if condition="{bars}">
|
||||
<f:then><div class="ep-headbar">Zimmerarten / Apartments</div></f:then>
|
||||
<f:else><h2>Zimmerarten / Apartments</h2></f:else>
|
||||
<f:if condition="{hotel.isApartment}">
|
||||
<f:if condition="{bars}">
|
||||
<f:then><div class="ep-headbar">Appartments</div></f:then>
|
||||
<f:else><h2>Appartments</h2></f:else>
|
||||
</f:if>
|
||||
</f:if>
|
||||
<f:if condition="{hotel.isHolidayFlat}">
|
||||
<f:if condition="{bars}">
|
||||
<f:then><div class="ep-headbar">Ferienwohnungen</div></f:then>
|
||||
<f:else><h2>Ferienwohnungen</h2></f:else>
|
||||
</f:if>
|
||||
</f:if>
|
||||
<f:if condition="{hotel.isOther}">
|
||||
<f:if condition="{bars}">
|
||||
<f:then><div class="ep-headbar">Zimmerarten</div></f:then>
|
||||
<f:else><h2>Zimmerarten</h2></f:else>
|
||||
</f:if>
|
||||
</f:if>
|
||||
<div class="hotel-details hotel-details--roomtypes">
|
||||
{hotel.roomTypes -> f:format.html()}
|
||||
|
||||
Reference in New Issue
Block a user