{assign var="profile" value=$product->getProfile()}>
<{assign var="attr" value=$profile->getAttributeList()}>
<{$has_variants = false}>
<{section name="j" loop=$attr}>
<{if $attr[j]->getIsVariant() && $attr[j]->getDataType() == "valuelist"}>
<{$has_variants = true}>
<{/if}>
<{/section}>
<{if $webshop->getStockLocations() && !$default_stock_count}>
<{else}>
<{if !$has_variants}>
<{include file="out_of_stock_signup.html" product=$product}>
<{/if}>
<{/if}>