@if (displayLabel) {
timezone.timezone
}
@if (selectTimezoneFormGroup.get('timezone').value && !disabled) {
}
@for (timezone of filteredTimezones | async; track timezone) {
}
@if (!(filteredTimezones | async)?.length) {
{{ translate.get('timezone.no-timezones-matching', {timezone: searchText}) | async }}
}
@if (selectTimezoneFormGroup.get('timezone').hasError('required')) {
{{ 'timezone.timezone-required' | translate }}
}