price = {{ fee.value|floatformat:2 }}
rounding_correction = {{ fee.value_includes_rounding_correction|floatformat:2 }}
tax_value = {{ fee.tax_value|floatformat:2 }}
@@ -729,6 +729,10 @@
{{ items.total|money:event.currency }}
+
+
+ tax_rounding_mode = {{ order.tax_rounding_mode }}
+