@if(!data.isViewOnly){
@if(supplierPerformanceForm.get('score')?.touched &&
supplierPerformanceForm.get('score')?.errors){
@if(supplierPerformanceForm.get('score')?.hasError('required')){
{{ "SCORE_IS_REQUIRED" | translate }}
} @if(supplierPerformanceForm.get('score')?.hasError('min') ||
supplierPerformanceForm.get('score')?.hasError('max')) {
{{ "SCORE_MUST_BE_BETWEEN_0_AND_100" | translate }}
}