<a name="shoppingWindow"></a><div class="shoppingWindowContainer"><table> <tr> <td><h3>Shopping window</h3></td> </tr></table> {% for shoppingWindow in shoppingWindowList %} {% set productView = "GRID" %} {% set imageThumbWidth = 200 %} {% set marketplaceTemplate = "marketplaceProduct_" ~ productView ~ ".html.twig" %} {{ include(marketplaceTemplate) }} {% endfor %}</div>