5 lines
141 B
Smarty
5 lines
141 B
Smarty
{{#if isNotEmpty}}
|
|
<span class="text-{{style}}">{{translateOption value scope=scope field=name}}</span>
|
|
{{else}}
|
|
{{translate 'None'}}
|
|
{{/if}} |