{% extends "templates/web.html" %} {% block title %} {{ _("Shopping Cart") }} {% endblock %} {% block header %}
{{ _('Item') }} | {{ _('Quantity') }} | {% if cart_settings.enable_checkout or cart_settings.show_price_in_quotation %}{{ _('Subtotal') }} | {% endif %}
---|