{if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if} {if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

{$this->getAttribute('frontendTitle')}

{/if}
{foreach from=$children item=Child}
{$tmp = $MetaList->clear()} {$tmp = $Events->fireEvent('metaList', [$this, $Child, $MetaList])} {$MetaList->create()} {assign var=counter value=$counter+1} {if $this->getAttribute('showImages')} {/if}

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

{if $this->getAttribute('showShort')}
{$Child->getAttribute('short')}
{/if} {if $this->getAttribute('showDate') || $this->getAttribute('showDate') || $this->getAttribute('showTime')} {/if}
{/foreach}