{{detail.suggestion}}
{{label}} | {{#when format '===' 'none'}}{{#is_array value}} {{_ 'Array'}} {{else}} {{~value~}} {{/is_array}} | {{/when}} {{#when format '===' 'lower'}}{{lower value}} | {{/when}} {{#when format '===' 'upper'}}{{upper value}} | {{/when}} {{#when format '===' 'capital'}}{{capital value}} | {{/when}} {{#when format '===' 'length'}}{{chars value parameters}} | {{/when}} {{#when format '===' 'words'}}{{words value parameters}} | {{/when}} {{#when format '===' 'html'}}{{{value}}} | {{/when}} {{#when format '===' 'markdown'}}{{{markdown value}}} | {{/when}} {{#when format '===' 'number'}}{{number value}} | {{/when}} {{#when format '===' 'price'}}{{price value}} | {{/when}} {{#when format '===' 'yes'}}{{#if value}}Yes{{else}}No{{/if}} | {{/when}} {{#when format '===' 'date'}}{{#if value}} {{date value parameters}} {{else}} {{/if}} | {{/when}} {{#when format '===' 'relative'}}{{#if value}} {{relative value parameters}} {{else}} {{/if}} | {{/when}} {{#when format '===' 'strip'}}{{{strip value parameters}}} | {{/when}} {{#when format '===' 'link'}}{{compile parameters.1 ../detail}} | {{/when}} {{#when format '===' 'image'}}{{compile parameters ../detail}} | {{/when}} {{#when format '===' 'phone'}}{{compile parameters ../detail}} | {{/when}} {{#when format '===' 'custom'}}{{{compile parameters ../detail}}} | {{/when}} {{#when format '===' 'comma'}}{{join value ','}} | {{/when}} {{#when format '===' 'space'}}{{join value ' '}} | {{/when}} {{#when format '===' 'nl'}}
{{#each value}}
{{this}}
{{#unless @last}} {{/unless}} {{/each}} |
{{/when}}
{{#when format '===' 'ul'}}
|
{{/when}}
{{#when format '===' 'ol'}}
|
{{/when}}
{{#when format '===' 'meta'}}
{{/when}} {{#when format '===' 'tag'}} |
{{#each value}}
{{this}}
{{/each}}
|
{{/when}}
{{#when format '===' 'jsonpretty'}}
{{{json_pretty value}}} | {{/when}} {{#when format '===' 'formula'}}{{formula parameters ../detail}} | {{/when}}
{{_ 'Relations'}}
{{../singular}} | {{suggest ../this this}} |
{{singular}} | {{suggest this ../detail}} |
{{singular}} | {{_ 'View All %s' plural}} |
{{singular}} | {{_ 'View All %s' plural}} |