@if(contactService.isContactDetailsView || contactService.isContactNewView) { } @else {
@if (contactService.contacts().length === 0) {
apps_outage

No contacts found

} @else { {{ column.header }} }
}