{% block layout_header_actions_cart_widget %} {% sw_icon 'bag' %} {% if page.cart.lineItems|length > 0 %} {{ page.cart.lineItems|length }} {% endif %} {{ page.cart.price.positionPrice|currency }} {# Live updates of the cart will be shown by the offcanvas #} {{ 'checkout.cartScreenReaderUpdate'|trans({ '%count%': page.cart.lineItems|length, '%total%': page.cart.price.positionPrice|currency, })|sw_sanitize }} {% endblock %}