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

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

{/if}
{foreach from=$children item=Child}
{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}