#if ($!link != '#') #end

$!appname - $!bean.catalogT('report')

$!bean.catalogT('scheda') $!bean.catalogT('appuntamento')
$!bean.catalogT('id') $!appuntamento.id
$!bean.catalogT('data_appuntamento') $!sdf.format(4,$!appuntamento.data_inizio)
$!bean.catalogT('ora_inizio') $!sdf.format(6,$!appuntamento.data_inizio)
$!bean.catalogT('ora_fine') $!sdf.format(6,$!appuntamento.data_fine)
$!bean.catalogT('localizzazione') #if($!appuntamento.localizzazione) $!bean.catalogT('indirizzo_operativo') #else $!bean.catalogT('indirizzo_legale') #end
$!bean.catalogT('data_conferma') $!sdf.format(1,$!appuntamento.data_conferma)
$!bean.catalogT('agente') $!bean.trim($!appuntamento.agente.denominazione)