<?
$show = true;
if (isset($record)) {
$partecipanti = $contratto->getOOEE();
if (count($partecipanti) == 0) { $show = false; }
}
?>