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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if} {assign var=noDateClass value="-no-date"} {foreach from=$children item=Child}
getAttribute('showDate')}style="align-items: stretch;"{/if}>

{$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}
{if $this->getAttribute('showShort')}
{$Child->getAttribute('short')}
{/if}
{/foreach}