{% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %}
{% block base_flashbags_checkout %}
<div class="flashbags">
{% if context.customer %}
{% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
type: "warning",
content: "abasBecoCustomization.checkout.cart.cartClearsWithLogout"|trans|sw_sanitize
} %}
{% endif %}
{% for type, messages in app.flashes %}
{% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: type, list: messages } %}
{% endfor %}
</div>
{% endblock %}