custom/plugins/WebLabels/src/Resources/views/storefront/page/checkout/_page.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %}
  2. {% block base_flashbags_checkout %}
  3.   {% if context.customer.activeShippingAddress.country.iso != 'DE' %}
  4.     {{ parent() }}
  5.   {% endif %}
  6. {% endblock %}