{{getSlideBack ""}}
{{pageTitle}}
{{> innerBackground}}
{{#root_Compare @root.list.length "!=" "0"}}
{{/root_Compare}}
{{#root_Compare @root.list.length "==" "0"}}
{{> errorpage errorIcon="appyicon-no-data"}}
{{else}}
    {{#list}}
  • {{#if image}} {{/if}}
      {{#list}} {{#if value}} {{#js_compare "this.showInListing == '1' "}} {{#js_compare "this.identifier != 'file' "}}
    • {{#js_compare "this.showHideLabel == '1' "}} {{DisplayLabel}}: {{/js_compare}} {{value}}
    • {{/js_compare}} {{/js_compare}} {{/if}} {{/list}}
  • {{/list}}
{{> errorpage errorIcon="appyicon-no-data"}}
{{/root_Compare}}