@if (loading) {
} @else {
@if (contactService.contacts().length === 0) {
apps_outage

No contacts found

} @else { @for (group of groupedContacts(); track group.emailAddress) {

{{ group.label }}s

{{ contact.name }}

{{ contact.phoneNumber }}

{{ contact.emailAddress }}

} }
}