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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{foreach from=$entries item=entry}
{if $entry.icon} {/if}
{if $entry.prefix}{$entry.prefix}{/if} {$entry.startValue} {if $entry.numberAddon}{$entry.numberAddon}{/if} {if $entry.suffix}{$entry.suffix}{/if}
{if $entry.title}
{$entry.title}
{/if} {if $entry.content}
{$entry.content}
{/if}
{/foreach}