This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/client/res/templates/fields/enum/list.tpl
T
2018-12-24 12:36:37 +02:00

3 lines
192 B
Smarty

{{#if isNotEmpty}}{{#if style}}
<span class="{{class}}-{{style}}">{{/if}}{{translateOption value scope=scope field=name translatedOptions=translatedOptions}}{{#if style}}</span>{{/if}}
{{/if}}