';
// TOTALE
echo '
'.tr('Totale consuntivo (no iva)', [], ['upper' => true]).':
|
'.moneyFormat($somma_totale_imponibile).'
|
';
// BUDGET
echo '
'.tr('Budget (no IVA)', [], ['upper' => true]).':
|
'.moneyFormat($budget).'
|
';
// RAPPORTO
echo '
'.tr('Rapporto budget/spesa (no IVA)', [], ['upper' => true]).':
|
'.moneyFormat($rapporto).'
|
';
echo '
';
}