{{#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 "hotDeal"}}
{{/if}}
{{{hotel.name}}}
{{#if hotel.category}}{{{hotel.category}}}
{{/if}}
{{#if @root.config.showTripadvisor}}
{{/if}}
{{{hotel.zone}}}
{{#ifCondAnd @root.filters.poilatitude @root.filters.poilongitude }}
{{#ifCondAnd hotel.latitude hotel.longitude}}
{{geoDistanceBetweenPoints @root.filters.poilatitude @root.filters.poilongitude hotel.latitude hotel.longitude}}
{{/ifCondAnd}}
{{/ifCondAnd}}
{{{hotel.description}}}
{{#if availability.price}}
{{/if}}
{{i18n "best stay price"}}
{{{formatCurrency availability.price availability.currency "floor" 2}}}
{{#unless availability.bestDeal}}
{{#ifCondAnd availability.isOffer availability.offerDescription}}
{{/ifCondAnd}}
{{/unless}}
{{#ifCondAnd hotel.latitude hotel.longitude}}
{{#if @root.config.googleMapsEnabled}}
{{/if}}
{{/ifCondAnd}}
{{i18n "info"}}
{{#if @root.config.ShowOnlyVersionB2C}}
{{/if}}
{{#ifCondAnd @root.config.showPayAtDestination availability.hasPayAtHotel}}
{{i18n "hotelPayType:hotel"}}
{{/ifCondAnd}}
{{#ifCondAnd @root.viewOptions.resumed availability.options}}
{{/ifCondAnd}}
{{#if @root.config.googleMapsPremiumEnabled}}
{{/if}}