{% load i18n static cms_tags sekizai_tags %}{% spaceless %} {% addtoblock "js" %}{% endaddtoblock %} {% add_data "ng-requires" "django.shop.cart" %} {% if LINK_TO_EMPTY_CART or cart.num_items %} {% page_url "shop-cart" as shop_cart_url %} {% page_attribute "menu_title" "shop-cart" as tooltip %} {% endif %} {% url "shop:cart-fetch-dropdown" as endpoint %}