{{#if hotel.thumb}}
{{{renderPicture hotel.thumb "tiny"}}}
{{/if}}
{{#if hotel.offersThumbList}}
{{/if}}
{{#if hotel.recommended}}
{{i18n "recommended"}}
{{/if}}
{{#if (logic (logic availability "and" availability.bestDeal) "or" hotel.recommended)}}
{{i18n ""}}
{{/if}}
{{{hotel.name}}}
{{{hotel.zone}}}
{{#if @root.config.googleMapsEnabled}}
{{#ifCondAnd hotel.latitude hotel.longitude}}
{{/ifCondAnd}}
{{/if}}
{{#if (logic @root.config.showPayAtDestination "&&" availability.hasPayAtHotel)}}
{{/if}}
{{i18n "hotelPayType:hotel"}}
{{/if}}
{{#if (logic (not availability.bestDeal) "&&" (logic availability.isOffer "&&" availability.offerDescription))}}
{{#if availability.price}}
{{/if}}
{{#if availability.options}}
{{/if}}
{{i18n "best stay price"}}
{{{formatCurrency availability.price availability.currency "floor"}}}
{{#if availability.options}}
{{else}}
{{/if}}