{{ 'common.name' | translate }}
{{ geofenceZone.name }}
{{ 'entity.entity-type' | translate }}
@if (geofenceZone.refEntityId?.entityType === ArgumentEntityType.Tenant) { {{ 'calculated-fields.argument-current-tenant' | translate }} } @else if (geofenceZone.refDynamicSourceConfiguration?.type === ArgumentEntityType.Owner) { {{ 'calculated-fields.argument-owner' | translate }} } @else if (geofenceZone.refDynamicSourceConfiguration?.type === ArgumentEntityType.RelationQuery) { {{ 'calculated-fields.argument-relation-query' | translate }} } @else if (geofenceZone.refEntityId?.id) { {{ entityTypeTranslations.get(geofenceZone.refEntityId.entityType).type | translate }} } @else { {{ 'calculated-fields.argument-current' | translate }} }
{{ 'calculated-fields.target-zone' | translate }}
@if (geofenceZone.refEntityId?.id && geofenceZone.refEntityId?.entityType !== ArgumentEntityType.Tenant) { {{ entityNameMap.get(geofenceZone.refEntityId.id) ?? '' }} }
{{ 'calculated-fields.perimeter-key' | translate }}
{{ geofenceZone.perimeterKeyName }}
{{ 'calculated-fields.report-strategy' | translate }}
{{ GeofencingReportStrategyTranslations.get(geofenceZone.reportStrategy) | translate }}
@if (!isEditValue) { } @else { }
@if (errorText) { }
{{ 'calculated-fields.no-zone-configured' | translate }}
@if (maxArgumentsPerCF && zoneGroupsFormArray.length >= maxArgumentsPerCF) {
warning {{ 'calculated-fields.hint.max-geofencing-zone' | translate }}
}