round["numero"] < $gara->info["fase_attiva"]) { $show = false; } if ($show) { if (!empty($lotti)) { $show = false; foreach($lotti AS $lotto) { $gara->setLotto($lotto["codice"]); if (!empty($gara->getPartecipanti())) { $show = true; } } $gara->lotto = null; } else { $show = false; } } } ?>