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/json-object/detail.tpl
T
2018-06-18 15:23:04 +03:00

5 lines
104 B
Smarty

{{#if isNotEmpty}}
{{{value}}}
{{else}}
{{#if valueIsSet}}{{translate 'None'}}{{else}}...{{/if}}{{/if}}