{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()}
  1. {$tmp = $MetaList->clear()} {$tmp = $Events->fireEvent('metaList', [$this, $Child, $MetaList])} {$MetaList->create()}
    {$Child->getAttribute('title')}

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

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