{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=$entries item=entry}
  1. {assign var=counter value=$counter+1} {/foreach}
{if $additionalText}
{$additionalText} {/if}