{% sw_extends '@Storefront/storefront/page/product-detail/buy-widget.html.twig' %} {% block page_product_detail_data %} {{ parent() }} {# top additional table #} {% block swat_page_product_detail_top_product_downloads %} {% if config('SwatProductDownloadsTab.config.showAdditionalTable') and page.SwatProductDownloads.elements %} {% if config('SwatProductDownloadsTab.config.additionalTablePosition') == 'top' %} {% sw_include '@Storefront/storefront/component/product/additional-downloads-table.twig' with { productDownloads: page.SwatProductDownloads.elements } %} {% endif %} {% endif %} {% endblock %} {% endblock %} {% block page_product_detail_buy_inner %} {{ parent() }} {# bottom additional table #} {% block swat_page_product_detail_bottom_product_downloads %} {% if config('SwatProductDownloadsTab.config.showAdditionalTable') and page.SwatProductDownloads.elements %} {% if config('SwatProductDownloadsTab.config.additionalTablePosition') == 'bottom' %} {% sw_include '@Storefront/storefront/component/product/additional-downloads-table.twig' with { productDownloads: page.SwatProductDownloads.elements } %} {% endif %} {% endif %} {% endblock %} {% endblock %}