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

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

{/if} {if $this->getAttribute('showShort') || $this->getAttribute('showContent')}
{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}
{/if}
{/foreach}