%= render '/product/partials/product_modal' %>
<% if @category.active_childrens.size > 0 %>
Kategorie
<% row = 0 %>
<% for cat in @category.active_childrens %>
<% if row == 0 %>
<% end %>
<%= link_to(cat.name, category_path(cat)) %>
<% row += 1
if row == 4
row = 0
%>
<% end %>
<% end %>
<% if row > 0 && row < 4 %>
<% end %>
<% end %>
<% if @products.size > 0 %>
Produkty
<%= render '/product/partials/products_thumbnails' %>
<% end %>