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