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

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

#if ($!contratto.prodotto.imposta_seriale == true) #if ($!contratto.prodotto.vendita == false) #end #end #if ($!contratto.prodotto.vendita == true) #end
$!bean.catalogT('scheda') $!bean.catalogT('prodotto')
$!bean.catalogT('categoria') $!bean.trim($!contratto.prodotto.categoria.nome)
$!bean.catalogT('prodotto') $!bean.trim($!contratto.prodotto.nomeTipo)
$!bean.catalogT('data_contabile') $!data.format($!contratto.data_contabile)
$!bean.catalogT('data_stipula') $!data.format($!contratto.data_stipula)
$!bean.catalogT('data_attivazione') $!data.format($!contratto.data_attivazione)
$!bean.catalogT('data_caricamento') $!data.format($!contratto.data_caricamento)
$!bean.trim($!contratto.tipo_seriale) $!bean.trim($!contratto.seriale)
$!bean.catalogT('nota') $!bean.trim($!contratto.nota)
$!bean.catalogT('esito') $!bean.trim($!esito.etichettaCodice)
$!bean.catalogT('agente') $!bean.trim($!agente.denominazione)
$!bean.catalogT('quantita') $!bean.format($!contratto.quantita)
$!bean.catalogT('importo') ($!bean.catalogT('moneta')) $!bean.format($!contratto.costo_scontato)
#if ($!bean.notEmpty($!dati))
#if ($!raggruppa == true) #foreach ($!dettSCH in $!stampa.prepareGruppoList($!raggruppa, $!dati).entrySet()) #foreach ($!dettSC in $!dettSCH.value) #end #end #end #if ($!raggruppa != true) #foreach ($!dettSC in $!dati) #end #end
$!bean.catalogT('contratto'): $!bean.catalogT('dati_aggiuntivi')
$!dettSCH.key
$!bean.trim($!dettSC.etichettaS) $!bean.trim($!dettSC.valore_formattato)
$!bean.trim($!dettSC.etichettaS) $!bean.trim($!dettSC.valore_formattato)
#end