{% extends '@PrestaShop/Admin/layout.html.twig' %} {% form_theme configurationForm '@PrestaShop/Admin/TwigTemplateForm/prestashop_ui_kit.html.twig' %} {% block content %} {{ form_start(configurationForm) }}

settings {{ 'Shopping cart configuration'|trans({}, translationDomain) }}

{{ form_widget(configurationForm) }} {{ form_rest(configurationForm) }}
{% endblock %}