{% sw_extends '@Storefront/storefront/element/cms-element-product-description-reviews.html.twig' %} {% block element_product_description_reviews_tabs_navigation_description %} {{ parent() }} {% block swat_element_product_desciption_reviews_tabs_navigation_downloads %} {% if page.swatProductDownloads.elements %} {% endif %} {% endblock %} {% endblock %} {% block element_product_description_reviews_tabs_content_description %} {{ parent() }} {% block swat_element_product_desciption_reviews_tabs_content_downloads %} {% if page.swatProductDownloads.elements %}
{% sw_include '@Storefront/storefront/component/product/downloads-tab-container.html.twig' with { dowloadTabFiles: page.swatProductDownloads.elements, product: element.data.product } %}
{% endif %} {% endblock %} {% endblock %}