| Dossier carte grise |
1 |
{% set amountTVA = paperless.specialization.amount|number_format * 18 / 100 %}
{% set amountCA = amountTVA * 5 / 100 %}
{{ paperless.specialization.amount|number_format - ( amountTVA + amountCA) }}$ |
| Livraison : {{ paperless.specialization.delivery }} |
1 |
{% set amountDeliveryTVA = paperless.specialization.deliveryAmount|number_format * 18 / 100 %}
{% set amountDeliveryCA = amountDeliveryTVA * 5 / 100 %}
{{ paperless.specialization.deliveryAmount|number_format - ( amountDeliveryTVA + amountDeliveryCA) }}€ |
| TVA |
1 |
{{ amountTVA + amountDeliveryTVA }}€ |
| CA |
1 |
{{ amountCA + amountDeliveryCA }}€ |