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