templates/bundles/SyliusShopBundle/Cart/Widget/_button.html.twig line 1

Open in your IDE?
  1. {% import "@SyliusShop/Common/Macro/money.html.twig" as money %}
  2. <img src="{{ theme('panier.svg') }}">
  3. <span id="sylius-cart-total" {{ sylius_test_html_attribute('cart-total') }}>
  4.     {{- money.convertAndFormat(cart.itemsTotal) -}}
  5. </span>
  6. {{- 'sylius.ui.item.choice'|trans({'%count%': cart.items|length}) }}