themes/BootstrapTheme/SyliusShopBundle/views/Cart/Widget/_button.html.twig line 1

Open in your IDE?
  1. {% import "@SyliusShop/Common/Macro/money.html.twig" as money %}
  2. {% import "@SyliusShop/Common/Macro/icons.html.twig" as icons %}
  3. <a href="{{ path('sylius_shop_cart_summary') }}" id="sylius-cart-total" class="panier-link link-other" title="{{'app.cart.my_devis' |trans}}">
  4.     <span>{{'app.cart.my_devis' |trans}}</span> 
  5.     (<em class="nbre-panier">{{ cart.items|length }}</em>)
  6. </a>