\r\n \r\n \r\n {{ $t('cost') }}: \r\n {{ (Math.round((offer.Total + Number.EPSILON) * 100) / 100).toFixed(2) }}€ \r\n
\r\n \r\n {{ $t('vat-empty') }}({{ Math.round((Math.round((clientOffer.Vat + Number.EPSILON) * 100) / 100)/(Math.round((clientOffer.Total + Number.EPSILON) * 100) / 100)*100) }}%): \r\n {{ (Math.round((clientOffer.Vat + Number.EPSILON) * 100) / 100).toFixed(2) }}€ \r\n
\r\n \r\n {{ $t('total-cost') }}: \r\n {{ (Math.round((clientOffer.TotalWithVat + Number.EPSILON) * 100) / 100).toFixed(2) }}€ \r\n
\r\n \r\n