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/attachments-multiple/detail.tpl
T
2018-07-10 11:58:11 +03:00

9 lines
137 B
Smarty

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