<?
if (isset($criterio)) {
?>
<table width="100%">
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Specificare") ?>
</th>
<td>
<?= $values["_0"][0] ?>
</td>
</tr>
</table>
}