#if ($!link != '#') #end
$!bean.catalogT('scheda') $!bean.catalogT('appuntamento') | |
---|---|
$!bean.catalogT('id') | $!appuntamento.id |
$!bean.catalogT('data_appuntamento') | $!data.format($!appuntamento.data_inizio) |
$!bean.catalogT('ora_inizio') | $!ora.format($!appuntamento.data_inizio) |
$!bean.catalogT('ora_fine') | $!ora.format($!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($!appuntamento.data_conferma) |
$!bean.catalogT('agente') | $!bean.trim($!appuntamento.agente.denominazione) |