{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

{$this->getAttribute('frontendTitle')}

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{foreach from=$children item=Child key=key}
{if $this->getAttribute( 'showImage' )} {image src=$Child->getAttribute('image_site') width=640} {/if} {if $this->getAttribute( 'showTitle' ) || $this->getAttribute( 'showShort' )}
{if $this->getAttribute( 'showTitle' )}

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

{/if}
{/if} {if $this->getAttribute( 'showShort' )}

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

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