{{#each this}} {{#ifNotEquals indexFieldType ‘image’}} {{#if (eq fieldLabelStyling “paragraph”)}}
{{else}} {{fieldDisplayLabel}} {{fieldLabelStyling}}> {{/if}} {{#if linkElement}} {{#if linkText}}
{{#ifEquals indexFieldType ‘date’}} {{momentFormat indexFieldName “MM/DD/YYYY”}} {{/ifEquals}} {{#ifEquals indexFieldType ‘text’}} {{{indexFieldName}}} {{/ifEquals}}
{{else if (eq fieldValueStyling “small”)}} {{#ifEquals indexFieldType ‘date’}} {{momentFormat indexFieldName “MM/DD/YYYY”}} {{/ifEquals}} {{#ifEquals indexFieldType ‘text’}} {{{indexFieldName}}} {{/ifEquals}} {{else if (eq fieldValueStyling “legal”)}}
{{#ifEquals indexFieldType ‘date’}} {{momentFormat indexFieldName “MM/DD/YYYY”}} {{/ifEquals}} {{#ifEquals indexFieldType ‘text’}} {{{indexFieldName}}} {{/ifEquals}}
{{else if (eq fieldValueStyling “hidden”)}}
{{#ifEquals indexFieldType ‘date’}} {{momentFormat indexFieldName “MM/DD/YYYY”}} {{/ifEquals}} {{#ifEquals indexFieldType ‘text’}} {{{indexFieldName}}} {{/ifEquals}}
{{else}} {{#ifEquals indexFieldType ‘date’}} {{momentFormat indexFieldName “MM/DD/YYYY”}} {{/ifEquals}} {{#ifEquals indexFieldType ‘text’}} {{{indexFieldName}}} {{/ifEquals}} {{fieldValueStyling}}> {{/if}} {{#if linkElement}} {{#if linkText}}



Leave a Reply