From 5fbd555bb3db9f0922037be8264e119774c10e75 Mon Sep 17 00:00:00 2001 From: Krzysiej Date: Wed, 7 Jan 2026 08:18:56 +0100 Subject: [PATCH] Start of changing tabled to flexboxes --- templates/productList.html.twig | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) 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 %}