{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_breadcrumb %}
{% if page.cbaxBreadcrumbModified is defined %}
{% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
context: context,
category: page.product.seoCategory,
page: page
} only %}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}