{{@global.pageLanguageSetting.Contacts_Tab_All_Contacts}}
{{> innerBackground}}
{{#js_compare "this.allcontacts == null"}}
{{> errorpage errorIcon="appyicon-no-data"}}
{{else}}
    {{#allcontacts}}
  • {{this.name}}
    {{this.phoneno}}
  • {{/allcontacts}}
{{/js_compare}}