<?
$show = true;
if ($record["smart_cig"] == "N") {
$show = false;
} else {
if (empty($anac->getLotti()[0]["cig"])) { $show = false; }
}
?>