{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 from=$children item=Child} {assign var=_Child value=$Child->load()}
{$tmp = $MetaList->clear()} {$tmp = $Events->fireEvent('metaList', [$this, $Child, $MetaList])} {$MetaList->create()} {assign var=counter value=$counter+1} {assign var=marginToImage value="ml-0"} {assign var=noShortClass value=" qui-control-childrenlist-default-entry-image-noShort"} {if $this->getAttribute('showImages')} {assign var=marginToImage value="ml-0 sm:ml-8"} {/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}
{* Tags *} {object assign=TagManager class="\QUI\Tags\Manager" Project=$Project} {assign var=tags value=$Child->getAttribute('quiqqer.tags.tagList')} {assign var=tagsCounter value=1} {foreach from=$tags item=tag} {if $tagsCounter < 6} {if $tag} {assign var=tagData value=$TagManager->get($tag)} {$tagData.title} {/if} {/if} {assign var=tagsCounter value=$tagsCounter+1} {/foreach} {if $this->getAttribute('showHeader')}

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

{if $this->getAttribute('showCreator') || $this->getAttribute('showDate') || $this->getAttribute('showTime')} {/if}
{/if} {if $this->getAttribute('showShort')}
{$Child->getAttribute('short')|nl2br}
{/if}
{/foreach}
{if $this->getAttribute('showSheets') && $sheets > 1} {$Pagination->create()} {/if}