11 lines
139 B
Smarty
11 lines
139 B
Smarty
{{#if value}}
|
|
{{{value}}}
|
|
{{else}}
|
|
{{#if valueIsSet}}
|
|
{{{translate 'None'}}}
|
|
{{else}}
|
|
...
|
|
{{/if}}
|
|
{{/if}}
|
|
|