{if $this->getAttribute('showSheets') && $sheets > 1} {$Pagination->create()} {/if} {assign var=Placeholder value=$Project->getMedia()->getPlaceholderImage()} {if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')} {$this->getType()}
{/if}
{assign var=counter value=1} {foreach from=$children item=Child} {assign var=_Child value=$Child->load()}
{assign var=counter value=$counter+1} {if $this->getAttribute('showHeader') || $this->getAttribute('showTime') || $this->getAttribute('showCreator')}
{if $this->getAttribute('showHeader')}

{/if} {if $this->getAttribute('showTime') || $this->getAttribute('showCreator')} {/if}
{/if}
{assign var=noImageClass value=" qui-control-childrenlist-authorTop-entry-short-noImage"} {assign var=noShortClass value=" qui-control-childrenlist-authorTop-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="500" type="resize"} {*else} {/if*}
{if $this->getAttribute('showShort')}
{$Child->getAttribute('short')|nl2br}
{/if} {if $this->getAttribute('showContent')}
{$Child->getAttribute('content')}
{/if}
{if !($Child@last)}
{/if} {/foreach}
{if $this->getAttribute('showSheets') && $sheets > 1} {$Pagination->create()} {/if}