getRisposteElaborazione()) && !empty($gara->getDomandeElaborazione())) { $status = "status-border-danger"; $msg = __("Elaborazione non effettuata"); $alertManager->addDangerAlert($msg,$hrefComando); } else { if ($gara->validaElaborazione() === true) { $status = "status-border-success"; if ($gara->info["stato"] < 10) { $status = "status-border-warning"; $msg = __("Elaborazione non confermata"); $alertManager->addDangerAlert($msg,$hrefComando); } } else { $status = "status-border-danger"; $msg = __("Elaborazione incompleta"); $alertManager->addDangerAlert($msg,$hrefComando); } } } ?>