{{@global.pageLanguageSetting.Contacts_Tab_Header_Title}}
{{> innerBackground}}
{{#js_compare "this.contacts == null"}}
{{> errorpage errorIcon="appyicon-no-data"}}
{{else}} {{#if this.contacts.length}}
    {{#contacts}}
  • {{this.name}}
    {{filterCountryName this.country}}
  • {{/contacts}}
{{else}} {{> nodata}} {{/if}} {{/js_compare}}