{% extends '@SyliusShop/layout.html.twig' %} {% form_theme form '@SyliusShop/Form/theme.html.twig' %} {% import '@SyliusUi/Macro/messages.html.twig' as messages %} {% set header = 'sylius.ui.your_shopping_cart' %} {% block title %}{{ header|trans }} | {{ parent() }}{% endblock %} {% block beforeContent %} {% if not cart.empty %} {{ sylius_template_event('sylius.shop.cart.header', {'header': header, 'cart': cart}) }} {% endif %} {% endblock %} {% block content %} {% if not cart.empty %}