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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if} {foreach from=$children item=Child}
{if $this->getAttribute('showImages')}
{assign var=noImageClass value=" qui-control-childrenlist-imageTop-entry-short-noImage"} {assign var=noShortClass value=" qui-control-childrenlist-imageTop-entry-image-noShort"} {if $this->getAttribute('showImages')} {assign var=noImageClass value=""} {/if} {if $this->getAttribute('showShort')} {assign var=noShortClass value=""} {/if} {if $Child->getAttribute('image_site')} {image src=$Child->getAttribute('image_site') width="800"} {else} {/if}
{/if}

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

{if $this->getAttribute('showShort')}
{$Child->getAttribute('short')}
{/if} {if $this->getAttribute('showCreator') || $this->getAttribute('showDate') || $this->getAttribute('showTime')} {/if}
{/foreach}