8 lines
173 B
Smarty
8 lines
173 B
Smarty
{{#if isNotEmpty}}
|
|
{{#if style}}
|
|
<span
|
|
class="{{class}}-{{style}}"
|
|
title="{{valueTranslated}}"
|
|
>{{/if}}{{valueTranslated}}{{#if style}}</span>{{/if}}
|
|
{{/if}}
|