{% if not order.total_price.amount|lectronz_float_eq:lectronz_order.total %}
Warning: Sales Order Total doesn't match Order Total from the Lectronz API
({{ order.total_price.amount|floatformat:2 }} ≠
{{ lectronz_order.total|floatformat:2 }})
{% endif %}
{% if not order.customer_reference|lectronz_valid_customer_reference %}
Error: Invalid Customer Reference '{{ order.customer_reference }}'
(has to match "^#?\d+$")