{{ seo_fallback.title }}

{% if cart.empty %}

Your cart is empty.

{% else %} {{ form_start(form, {'attr': {'class': 'cart cart-form'}}) }} {% include 'partials/cart.html.twig' with {'editable': true} %} {{ form_end(form) }} {% endif %}