{#template MAIN} {#foreach $T as offer} {#include OFFER root=$T.offer[0]} {#/for} {#/template MAIN} {#template OFFER}
{$T.topTitle} {#if $T.linkLabel == "click"} {$T.topTitle} {$T.description} {#if $T.category == "NEWS_NEWPARTNER"} {$P.i18n.express.partners} {#elseif $T.category == "NEW_THALASSA"} {$P.i18n.express.hotel} {#elseif $T.category == "NEW" && $T.id == "New$NEWBRAND"} {$P.i18n.express.brand} {#elseif $T.category == "NEW"} {$P.i18n.express.hotel} {#/if} {#else} {$T.topTitle} {$T.description} {#/if}
{#/template OFFER}