diff --git a/templates/product.html.twig b/templates/product.html.twig
index bbf3147..33b6ef6 100644
--- a/templates/product.html.twig
+++ b/templates/product.html.twig
@@ -42,13 +42,14 @@
| {{ price.price | format_currency(product.country.currency, {}, product.country.locale) }} |
{{ price.lowestProductPrice30Days | format_currency(product.country.currency, {}, product.country.locale) }} |
{{ price.productStandardPrice | format_currency(product.country.currency, {}, product.country.locale) }} |
{{ price.created_at }} |
- {{ (product.stock | findByCreatedAtDate(price.created_at | slice(0,10))).stock ?? '' }} |
+ {{ (stock | findByCreatedAtDate(price.created_at | slice(0,10))).stock ?? '' }} |
{% endfor %}