{if $data}
{foreach name=eyecatcher key=key item=item from=$data}
{if $item.image and $smarty.foreach.eyecatcher.index is odd} {/if} {if $item.heading || $item.short_content}
{if $item.heading}

{if $item.link}{/if} {$item.heading} {if $item.link}{/if}

{/if} {if $item.short_content} {$item.short_content} {/if} {if $item.link} {txt key=TEXT_INFO} {/if}
{/if} {if $item.image and $smarty.foreach.eyecatcher.index is even} {/if}
{/foreach}
{/if}