{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()}
{$counter} {$Child->getAttribute('title')}

{$Child->getAttribute('short')|nl2br}

{$this->getPreview([ 'Child' => $Child ])}
{assign var=counter value=$counter+1} {/foreach} {if $additionalText}
{$additionalText} {/if}