@for (department of departmentContacts; let index = $index; track department) {
@if (index > 0) {
}
@for ( contact of department.contacts; let i = $index; let last = $last; track contact.id ) { }
}
@if (hoveredContactId === contact.id) {
}
@if (contact.email) { }
@if (additionalText) {
{{ additionalText }}
}
@if (hoveredContactId === contactId && hoveredTextIndex === index) { @let isCopied = copiedIndex === index; @let copyText = text + (additionalText ? eStringPlaceholder.WHITESPACE + additionalText : eStringPlaceholder.EMPTY);
}