Subtotal productos $ {{ subtotal_products|number_format(2,'.',',') }}
Subtotal envĂ­o $ {{ subtotal_shipping|number_format(2,'.',',') }}
Costos financieros $ {{ (financial_cost ?: 0)|number_format(2,'.',',') }}
Descuentos $ {{ (discount ?: 0)|number_format(2,'.',',') }}

Total de la venta $ {{ total|number_format(2,'.',',') }}