{% extends "templates/web.html" %} {% block title %} {{ _("Shopping Cart") }} {% endblock %} {% block header %}
{{ _('Item') }} | {{ _('Quantity') }} | {% if cart_settings.enable_checkout %}{{ _('Subtotal') }} | {% endif %}
---|
{{ _('Your cart is Empty') }}
{% endif %} {% if doc.items %}