@if (participant.get('weeklyPoints')?.invalid && (participant.get('weeklyPoints')?.touched || participant.get('weeklyPoints')?.dirty)) {
@if (participant.get('weeklyPoints')?.hasError('required')){
Weekly points is required
}
@if (participant.get('weeklyPoints')?.hasError('pattern')){
Weekly points must not be less than 0
}