<?
$show = false;
if (isset($concorso)) {
if ($concorso->lastRound && $concorso->info["stato"] != 95 && $concorso->info["stato"] != 99) {
$show = true;
}
?>