{% sw_extends "@Storefront/storefront/page/checkout/_page.html.twig" %}
{% block page_checkout_aside_summary %}
{% if b2b_show_prices() || activeRoute === "frontend.checkout.confirm.page" %}
{{ parent() }}
{% else %}
{% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
type: "info",
content: "b2bPlatform.checkout.pricesAreShownInNextStepInfo"|trans|sw_sanitize
} %}
{% endif %}
{% endblock %}