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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{if $additionalText}
{$additionalText}
{/if}
{foreach from=$progressbarData item=bar}
{if $barLayout !== 'overlay'}
{$bar.title} {$bar.percent}%
{else}
{$bar.title} {$bar.percent}%
{/if}
{/foreach}