{% load i18n static cascade_tags sass_tags sekizai_tags %} {% load page_url from cms_tags %} {% load render_plugin from cascade_tags %} {% addtoblock "css" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% add_data "ng-requires" "djng.forms" %} {% addtoblock "js" %}{% endaddtoblock %} {% add_data "ng-requires" "django.shop.cart" %} {% page_url "shop-watch-list" as shop_watch_list_url %}{% if not shop_watch_list_url %}{% url "shop-watch-list" as shop_watch_list_url %}{% endif %}
{% block shop-cart-head %}

{% trans "There are no items in the cart." context "cart" %}

{% endblock shop-cart-head %} {% block shop-cart-body %}
{# rendered by ProductSerializer using template "(myshop|shop)/products/cart-{product_model}-media.html" #}
{% block shop-cart-item-input %}
×
{% endblock %} {% block shop-cart-item-controls %}
{% if shop_watch_list_url %}
{% endif %}
{% endblock %}
{% endblock shop-cart-body %} {% block shop-cart-foot %}
{% trans "Subtotal" context "cart" %}
{% trans "Total" context "cart" %}
{% if instance.right_extension %} {% render_plugin instance.right_extension %} {% endif %}
{% if instance.left_extension %} {% render_plugin instance.left_extension %} {% endif %}
{% endblock shop-cart-foot %}