{{#format ../schema this 'list'}} {{#when format '===' 'none'}} {{#in ../../schema.filterable name}} {{value}} {{else}} {{value}} {{/in}} {{/when}} {{#when format '===' 'lower'}} {{#in ../../schema.filterable name}} {{lower value}} {{else}} {{tolower value}} {{/in}} {{/when}} {{#when format '===' 'upper'}} {{#in ../../schema.filterable name}} {{upper value}} {{else}} {{upper value}} {{/in}} {{/when}} {{#when format '===' 'capital'}} {{#in ../../schema.filterable name}} {{capital value}} {{else}} {{capital value}} {{/in}} {{/when}} {{#when format '===' 'length'}} {{chars value parameters}} {{/when}} {{#when format '===' 'words'}} {{words value parameters}} {{/when}} {{#when format '===' 'html'}} {{#in ../../schema.filterable name}} {{{value}}} {{else}} {{{value}}} {{/in}} {{/when}} {{#when format '===' 'markdown'}} {{{markdown value}}} {{/when}} {{#when format '===' 'number'}} {{number value}} {{/when}} {{#when format '===' 'price'}} {{price value}} {{/when}} {{#when format '===' 'yes'}} {{#in ../../schema.filterable name}} {{#if value}}Yes{{else}}No{{/if}} {{else}} {{#if value}}Yes{{else}}No{{/if}} {{/in}} {{/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 ../this}} {{/when}} {{#when format '===' 'image'}} {{#if value}} {{else}} {{/if}} {{/when}} {{#when format '===' 'email'}} {{compile parameters ../this}} {{/when}} {{#when format '===' 'phone'}} {{compile parameters ../this}} {{/when}} {{#when format '===' 'custom'}} {{{compile parameters ../this}}} {{/when}} {{#when format '===' 'comma'}} {{join value ','}} {{/when}} {{#when format '===' 'space'}} {{join value ' '}} {{/when}} {{#when format '===' 'tag'}} {{#each value}}
{{this}}
{{/each}} {{/when}} {{#when format '===' 'formula'}} {{formula parameters ../this}} {{/when}} {{/format}}