#}
{# {% if cart.reg_id %}{% trans 'Company Registration No.' %}: {{ cart.reg_id }} {% endif %}#}
{# {% if cart.tax_id %}{% trans 'TAX ID' %}: {{ cart.tax_id }} {% endif %}#}
{# {% if cart.vat_id %}{% trans 'VAT ID' %}: {{ cart.vat_id }}{% endif %}#}
{# #}
{#{% endif %}#}
{##}
{#{% include 'commerce/cart_items_table.html' %}#}
{##}
{# #}
{##}
{#{% trans 'Sum' %}: {{ cart.get_items_subtotal_display }} #}
{#{% if loyalty_program_enabled %}#}
{# {% trans 'Loyalty points' %}: {{ cart.get_loyalty_points_display }} #}
{#{% endif %}#}
{#{% if cart.discount and cart.discount.unit == cart.discount.UNIT_CURRENCY %}#}
{# {% trans 'Discount' %}: {{ cart.discount.get_amount_display }} #}
{#{% endif %}#}
{#{% trans 'Shipping option' %}: {{ cart.shipping_option }} #}
{#{% trans 'Shipping fee' %}: {{ cart.get_shipping_fee_display }} #}
{##}
{#{% if cart.payment_method %}#}
{# {% trans 'Payment method' %}: {{ cart.payment_method }} #}
{# {% trans 'Payment fee' %}: {{ cart.get_payment_fee_display }} #}
{#{% endif %}#}
{##}
{#{% trans 'Total' %}: {{ cart.get_total_display }} #}
{##}
{#
#}
{##}
{#{% if cart.can_be_finished %}#}
{# {% trans 'Finish' %}#}
{#{% else %}#}
{# {% trans 'Checkout process can not be finished yet' %}#}
{#{% endif %}#}