{% load i18n static cms_tags sekizai_tags %}{% spaceless %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% add_data "ng-requires" "django.shop.carticon_caption" %} {% page_url 'shop-cart' as shop_cart_url %} {% comment %} {% page_attribute 'menu_title' 'shop-cart' as tooltip %} until https://github.com/divio/django-cms/issues/5930 is fixed, we must hard code the `tooltip` context variable, otherwise this HTML fragment fails silently if the cart page does not exist. {% endcomment %} {% trans "Cart" as tooltip %} {% block carticon %} {% endblock %} {% endspaceless %}