<?
$show = false;
if (isset($concorso) && $concorso->info["fase_attiva"] >= $concorso->round["numero"]) {
if (!empty($lotti)) {
$show = true;
}
?>