<{if $settings.product.enable_related}> <{assign var="max_products_for_related" value=$settings.product.max_products_for_related|default:10}> <{if $settings.integrations.enable_clerk && $settings.integrations.clerk_api_key && $settings.integrations.clerk_replace_product_related}>

<{t}>Our recommendations<{/t}>

<{include file="components/external-products.html" list_class="product-grid product-grid--related" list_item_class="product-grid__item" external="clerk" max="10" endpoint="recommendations/complementary" current_product=$product->getProductId() }>
<{else}>

<{t}>Related Items<{/t}>

<{/if}> <{/if}>