{% if voucher_number and voucher_message %}
{{ voucher_message }}
{% endif %}
{% trans 'Your cart' %}
{% trans 'Product' %}
{% trans 'Amount' %}
{% trans 'Net Price' %}
{% trans 'VAT' %}
{% trans 'Total' %}
{% for cart_item in cart_items %}
{{ cart_item.product.get_name }}
{% include "lfs/catalog/products/_product_properties.html" with product=cart_item.product configurable_properties=cart_item.obj.get_properties %}