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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{foreach from=$entries item=entry key=key}
{if $iconTop} {if $entry.icon}
{/if}
{$entry.counterValuePrefix} 0 {$entry.counterValueSuffix}
{else}
{$entry.counterValuePrefix} 0 {$entry.counterValueSuffix}
{if $entry.icon}
{/if} {/if}
{if $entry.title}

{$entry.title}

{/if} {if $entry.content}
{$entry.content}
{/if}
{/foreach}