{% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %} {% block base_esi_header %} {% sw_include '@Storefront/storefront/layout/header/header-minimal.html.twig' %} {% endblock %} {% block base_navigation %}{% endblock %} {% set showTaxPrice = config('core.cart.columnTaxInsteadUnitPrice') %} {% set showSubtotal = config('core.cart.showSubtotal') %} {% block page_checkout_main_content %} {% block page_checkout_finish %} {% block page_checkout_finish_details %} {% sw_include '@Storefront/storefront/page/checkout/finish/finish-details.html.twig' %} {% endblock %} {% block page_checkout_finish_product_table %}
{% endblock %} {% endblock %} {% endblock %} {% block page_checkout_additional %} {% if page.order.customerComment %}
{% block page_checkout_finish_customer_comment %}
{% block page_checkout_finish_customer_comment_header %}
{{ 'checkout.customerCommentHeader'|trans|sw_sanitize }}
{% endblock %} {% block page_checkout_finish_customer_comment_content %}
{{ page.order.customerComment|sw_sanitize|nl2br }}
{% endblock %}
{% endblock %}
{% endif %} {% endblock %} {% block base_esi_footer %} {% sw_include '@Storefront/storefront/layout/footer/footer-minimal.html.twig' %} {% endblock %}