5
{{#if data.length}} {{#each data}}
{{#ifcond entity '==' 'cnd'}}
{{display}}
{{/ifcond}} {{#ifcond entity '==' 'req'}}
{{plaintext}}
{{/ifcond}} {{#ifcond entity '==' 'cmp'}}
{{plaintext}}
{{/ifcond}} {{#ifcond entity '==' 'cli'}}
{{plaintext}}
{{/ifcond}}
{{/each}} {{else}}
Nothing found
{{/if}}