{assign var=counter value=$counter+1}
{assign var=noImageClass value=" qui-control-childrenlist-default-entry-short-noImage"}
{assign var=noShortClass value=" qui-control-childrenlist-default-entry-image-noShort"}
{if $this->getAttribute('showImages')}
{assign var=noImageClass value=""}
{/if}
{if $this->getAttribute('showShort')}
{assign var=noShortClass value=""}
{/if}
{if $this->getAttribute('showImages')}
{image src=$Child->getAttribute('image_site') width="500" type="resize"
title="{$Child->getAttribute('title')}"}
{/if}
{if $this->getAttribute('showHeader')}
{/if}
{$Child->getAttribute('title')}
{if $this->getAttribute('showShort')}
{$Child->getAttribute('short')|nl2br}
{/if}