$!bean.catalogT('modifica') $!bean.catalogT('appuntamento')
$!bean.catalogT('id') $!appuntamento.id
$!bean.catalogT('denominazione') $!bean.trim($!appuntamento.contatto.anagrafica.denominazione)
$!bean.catalogT('telefono') $!bean.trim($!appuntamento.contatto.telefonoList)
$!bean.catalogT('data_lavorazione') $!sdf.format($!appuntamento.data_lavorazione)
$!bean.catalogT('esito') $!bean.trim($!appuntamento.esito.etichettaCodice)
$!bean.catalogT('stato') $!bean.trim($!appuntamento.statoTesto)
$!bean.catalogT('utente') $!bean.trim($!operatore.denominazione)