{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if} {foreach from=$children item=Child}

{$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}