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