getRichieste(); $forms = $elenco->getForms(); if (!empty($richieste) || !empty($forms)) { $status = "status-border-success"; if (empty($forms) && (count($richieste) === 1) && ($richieste[0]["titolo"] === "DGUE") && $elenco->info["stato"] < 20) { $status = "status-border-warning"; $txt = __("E' stato richiesto solo il DGUE"); $href = "/backend/albi_commissione/elaborazione/index.php?codice={$elenco->info["codice"]}"; $alertManager->addWarningAlert($txt,$href); } } else { $txt = __("Nessun documento richiesto ai partecipanti"); $href = "/backend/albi_commissione/elaborazione/index.php?codice={$elenco->info["codice"]}"; $alertManager->addDangerAlert($txt,$href); } } ?>