{if $this->getAttribute('header-title') && $this->getAttribute('header-short')}

{$this->getAttribute('header-title')}

{$this->getAttribute('header-short')}

{/if}
{foreach from=$children item=Site key=key}
{if $this->getAttribute( 'showTitle' ) || $this->getAttribute( 'showShort' )}
{if $this->getAttribute( 'showTitle' )}

{$Site->getAttribute('title')}

{/if}
{/if} {if $this->getAttribute( 'showImage' )} {image src=$Site->getAttribute('image_site') width=640} {/if} {if $this->getAttribute( 'showShort' )}

{text_passage text=$Site->getAttribute('short') start=0 end=120 striphtml=true append="..."}

{/if} {if $this->getAttribute( 'showContent' )} {$Site->getAttribute('content')} {/if}
{assign var=modKey value=$key+1} {if $modKey && $modKey % 3 === 0}
{/if} {/foreach}