{{#each cols}} {{#ifExp this.type "===" "date"}} {{formatDate this.data 'MM/DD/YYYY hh:mm A'}} {{/ifExp}} {{#ifExp this.type "===" "icon-important-note"}} {{#ifExp this.data "===" "yes"}} {{!--using jQM styling for icon but is not actual button--}}
Marked for Follow-Up
{{/ifExp}} {{/ifExp}} {{#ifExp this.type "===" "icon-note"}} {{#ifExp this.data "===" "yes"}} Collapsed Expand to access note text {{/ifExp}} {{/ifExp}} {{#ifExp this.type "===" ""}} {{this.data}} {{/ifExp}} {{#ifExp this.type "===" "note-body"}}

{{this.data}}

{{/ifExp}} {{/each}}