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