{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} {if $this->getAttribute('showImages')}
{image src=$Child->getAttribute('image_site') width="500" type="resize" title="{$Child->getAttribute('title')|escape:"html"}"}
{/if}
{if $this->getAttribute('showHeader')}

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

{if $this->getAttribute('showCreator') || $this->getAttribute('showDate') || $this->getAttribute('showDate')}

{if $this->getAttribute('showCreator')} {user id=$Child->getAttribute('c_user') var=User} {if $User->getId() && $User->getAttribute('firstname')} {$User->getAttribute('firstname')} {else if $User->getId()} {$User->getName()} {/if} {/if} {if $this->getAttribute('showDate')} {if $Child->getAttribute('release_from') && $Child->getAttribute('release_from') != '0000-00-00 00:00:00'} {else} {/if} {/if} {if $this->getAttribute('showTime')} {$Child->getAttribute('release_from')|date_format:"%H:%M"} {/if}

{/if}
{/if} {if $this->getAttribute('showShort')}
{$Child->getAttribute('short')|nl2br} {locale group="quiqqer/sitetypes" value="list.more"}
{/if}
{/foreach}
{if $this->getAttribute('showSheets') && $sheets > 1} {$Pagination->create()} {/if}