{% if product.customFields.dvdw_product_fields_content %}
<div class="info-content-block product-detail-content">
{% sw_include '@Storefront/storefront/page/product-detail/product-content-block.html.twig' with {
product: product,
type: type
} %}
</div>
{% endif %}