{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')}
{/if}
{assign var=counter value=1} {foreach $children as $Child}
{$tmp = $MetaList->clear()} {$tmp = $Events->fireEvent('quiqqerControlsChildrenListMetaList', [$this, $Child, $MetaList])} {$MetaList->create()} {assign var=childUrl value=$Child->getUrl()} {assign var=imageUrl value=$Child->getImage()} {assign var=showTitle value=!empty($show['title'])} {assign var=showDescription value=!empty($show['description'])} {assign var=showDate value=!empty($show['date'])} {assign var=showImage value=!empty($show['image'])} {assign var=showAuthor value=!empty($show['author'])} {assign var=showUrl value=!empty($show['url'])} {if !empty($childUrl)} {/if} {assign var=counter value=$counter+1} {assign var=noImageClass value=" qui-controls-childrenlist-default-entry-short-noImage"} {assign var=noDescriptionClass value=" qui-controls-childrenlist-default-entry-image-noShort"} {if $imageUrl} {assign var=noImageClass value=""} {/if} {if $showDescription} {assign var=noDescriptionClass value=""} {/if} {if $showImage && $imageUrl}
{image src=$imageUrl width="500" type="resize" title="{$Child->getTitle()}"}
{/if}
{if $showTitle}

{$Child->getTitle()}

{/if} {if $showDescription}
{$Child->getDescription()|nl2br}
{/if}
{/foreach}
{if $this->getAttribute('showSheets') && $sheets > 1} {$Pagination->create()} {/if}