diff --git a/templates/productList.html.twig b/templates/productList.html.twig index 68b31af..b73c0ae 100644 --- a/templates/productList.html.twig +++ b/templates/productList.html.twig @@ -3,21 +3,22 @@ {% block content %} {% cache 'list_' ~ listType %}
- - - - - - - - - - - - - +{#
NameCategoriesLowest PriceCurrent Price
#} +{# #} +{# #} +{# #} +{# #} +{# #} +{# #} +{# #} +{# #} +{# #} +{# #} +{# #} +{# #} {% for product in products %} - +
+
@@ -56,9 +57,9 @@ {% endif %} - + {% endfor %} -
NameCategoriesLowest PriceCurrent Price
{% if product.starred == true %}★{% else %} ☆ {% endif %} {{ product.name }}
+{# #}
{% endcache %} {% endblock %}