{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=creatorName value=$childCreatorNames[$Child->getId()]|default:''}
{$tmp = $MetaList->clear()} {$tmp = $Events->fireEvent('metaList', [$this, $Child, $MetaList])} {$MetaList->create()} {assign var=counter value=$counter+1} {if $this->getAttribute('showDate')} {/if}
{$Child->getAttribute('title')}
{if $this->getAttribute('showCreator') && $creatorName} {$creatorName} {/if}
{/foreach}