{% sw_extends '@Storefront/storefront/component/buy-widget/buy-widget.html.twig' %} {% block buy_widget_data %} {{ parent() }} {# top additional table #} {% block swat_product_downloads_buy_widget_top %} {% 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 buy_widget %} {{ parent() }} {# bottom additional table #} {% block swat_product_downloads_buy_widget_bottom %} {% 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 %}