diff --git a/templates/product.html.twig b/templates/product.html.twig
index 3c01fe7..4d072b9 100644
--- a/templates/product.html.twig
+++ b/templates/product.html.twig
@@ -11,11 +11,13 @@
{{ product.subTitle }}
-
- {% for category in product.categories %}
- - {{ category }}
- {% endfor %}
-
+
|
link |
diff --git a/templates/productList.html.twig b/templates/productList.html.twig
index fec8a01..e8ce0f3 100644
--- a/templates/productList.html.twig
+++ b/templates/productList.html.twig
@@ -17,7 +17,7 @@
| {% if product.starred == true %}★{% else %} ☆ {% endif %} |
-  |
+  |
{{ product.name }}
{% if product.currentStock.stock > 0 %}
@@ -28,11 +28,13 @@
{{ product.subTitle }}
|
-
- {% for category in product.categories %}
- - {{ category }}
- {% endfor %}
-
+
|
link |
{{ product.price.last.price | format_currency('PLN', {}, 'pl') }} |