{foreach from=$children item=Child}
{image src=$Child->getAttribute('image_site') width=400}

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

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

{/foreach}