+ {assign var='mobileProductsCount' value=$block.extra.products[$key]|@count}
+ {math equation="ceil(x / y)" x=$mobileProductsCount y=$mobileItems assign='mobileIndicatorsCount'}
+ {if $mobileIndicatorsCount > 1}
+
+ {section name=mobileIndicator start=0 loop=$mobileIndicatorsCount}
+
+ {/section}
+
+ {/if}
{hook h='displayBeforeProductMiniature' products=$block.extra.products[$key] origin='category_tabs' page_name=$page.page_name}
{foreach from=$block.extra.products[$key] item=product name=mobileProducts}
@@ -191,14 +200,6 @@
{/foreach}
{hook h='displayAfterProductMiniature' products=$block.extra.products[$key] origin='category_tabs' page_name=$page.page_name}
-
-