<?
$show = false;
if (!empty($concorso) && (empty($alertManager->alerts["danger"]) || $concorso->info["stato"] >= 20)) {
$show = true;
}
?>