if (empty($lock)) { ?>
} ?>
if (is_numeric($input["codice"])) { ?>
if ($input["controllo"] == "S") { ?> } ?>
if ($input["controllo"] == "F") { ?> } ?>
= $input["titolo"] ?>
} ?>
if ($multiLotto) {
$selezionati = $concorso->getLottiFromRichiesta($input["codice"]);
$label = __("Errore");
if (!empty($selezionati)) {
if (empty($selezionati[0])) {
$label = __("Tutti i lotti");
$color = "success";
} else {
$partial = true;
$color = "warning";
$label = count($selezionati) . "/" . count($lotti) . " " . __("Lotti");
}
}
?>
} ?>
if ($input["locked"] != "S" && empty($lock)) { ?> } ?>