diff --git a/templates/productList.html.twig b/templates/productList.html.twig
index 687ca59..0f5f595 100644
--- a/templates/productList.html.twig
+++ b/templates/productList.html.twig
@@ -46,6 +46,7 @@
{{ product.name }}
+
{% if product.stock > 0 %}
stock: {{ product.stock }}
{% else %}
@@ -62,6 +63,7 @@
href="{{ path('app_search', {'search': product.subTitle}) }}"
class="link-underline link-underline-opacity-0 link-dark">{{ product.subTitle }}
{% if product.promotions is not null and product.promotions.hasPromotion %}PROMO: {{ product.promotions.tag }}{% endif %}
+ {{ product.country.countryName }}
|
|