Valid time
@if (validTimeFormControl.touched && validTimeFormControl.invalid) {
Please enter a valid time format
}
@if (validTimeFormControl.value !== "") {
}
Client
@if (clientFormControl.touched && clientFormControl.invalid) {
Please enter a valid client format
}
@if (clientFormControl.value !== "") {
}
@for (userAgent of selectedUserAgents(); track $index) {