setLotto($lotto["codice"])) { $partecipanti = $gara->getPartecipanti(); if (count($partecipanti) > 0) { $globalStatus++; } else { if ($lotto["stato"] == "95") { $globalStatus++; } else { $alertManager->addDangerAlert(__("Non รจ stata ricevuta nessuna partecipazione per il lotto") . " " . $lotto["numero"],$hrefComando."&codice_lotto=".$lotto["codice"]); } } } } $gara->lotto = null; if (empty($globalStatus)) { $status = "status-border-danger"; } else { $status = "status-border-warning"; if ($globalStatus == count($lotti)) { $status = "status-border-success"; } } } ?>