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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{if $additionalText}
{$additionalText}
{foreach from=$progressbarData item=Progressbar}
{$Progressbar['title']} {$Progressbar['percent']}%
{/foreach}
{/if} {if !$additionalText}
{foreach from=$progressbarData item=Progressbar}
{$Progressbar['title']} {$Progressbar['percent']}%
{/foreach}
{/if}