<#if (position == 0) || (position == 3) && (bannerCommon.activeBannerExists(position + 1) || bannerCommon.activeBannerExists(position + 2) || bannerCommon.activeBannerExists(position + 3)) >

<#if bannerCommon.activeBannerExists(position + 1)> <#assign banner = bannerCommon.getBanner()/>
<#switch banner.type> <#case 0> ${banner.description}width="${banner.width}" <#if banner.height != 0>height="${banner.height}"/> <#break> <#case 2> ${banner.name?html} <#break> <#case 4> ${banner.name} <#break>
<#if bannerCommon.activeBannerExists(position + 2)> <#assign banner = bannerCommon.getBanner()/>
<#switch banner.type> <#case 0> ${banner.description}width="${banner.width}" <#if banner.height != 0>height="${banner.height}"/> <#break> <#case 2> ${banner.name?html} <#break> <#case 4> ${banner.name} <#break>
<#if bannerCommon.activeBannerExists(position + 3)> <#assign banner = bannerCommon.getBanner()/>
<#switch banner.type> <#case 0> ${banner.description}width="${banner.width}" <#if banner.height != 0>height="${banner.height}"/> <#break> <#case 2> ${banner.name?html} <#break> <#case 4> ${banner.name} <#break>