@if (item.workLocations) { @for (contactPoint of contactPoints; track contactPoint; let i = $index) { @if (item.workLocations.length > 1) { {{ i + 1 }}. } {{ 'type' | thingTranslate: contactPoint | titlecase }} @if (contactPoint.telephone) {

{{ 'telephone' | propertyNameTranslate: 'contact point' | titlecase }}: {{ contactPoint.telephone }}

} @if (contactPoint.email) {

{{ 'email' | propertyNameTranslate: 'contact point' | titlecase }}: {{ contactPoint.email }}

} @if (contactPoint.faxNumber) {

{{ 'faxNumber' | propertyNameTranslate: 'contact point' | titlecase }}: {{ contactPoint.faxNumber }}

} @if (contactPoint.officeHours) {

{{ 'officeHours' | propertyNameTranslate: 'contact point' | titlecase }}: {{ contactPoint.officeHours }}

} @if (contactPoint.url) {

{{ 'url' | propertyNameTranslate: 'contact point' | titlecase }}: {{ contactPoint.url }}

} @if (isContactPoint(contactPoint) && contactPoint.areaServed) {

{{ 'areaServed' | propertyNameTranslate: contactPoint | titlecase }}: {{ contactPoint.areaServed.name }}

}
}
} @if (item.jobTitles && item.jobTitles.length > 0) { }