{{ '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 }}
}