if (!empty($info["filters"])) { ?>
= __("Filtri") ?>
foreach($info["filters"] AS $idFiltro => $filtro) {
$name = "filtro[{$modulo}][{$idFiltro}]";
?>
} ?>
} ?>
if (!empty($info["templates"])) { ?>
foreach($info["templates"] AS $idTemplate => $template) {
$grafico = reportManager::graphTypes()[$template["type"]];
?>
}
?>
} ?>