diff --git a/templates/productList.html.twig b/templates/productList.html.twig
index af16217..a697cd1 100644
--- a/templates/productList.html.twig
+++ b/templates/productList.html.twig
@@ -41,9 +41,14 @@
link |
{{ product.price.last.price | format_currency('PLN', {}, 'pl') }} |
- {% if product.price.last.price != product.price.last.productStandardPrice %}{{ product.price.last.productStandardPrice | format_currency('PLN', {}, 'pl') }} {{ ((1 - product.price.last.price / product.price.last.productStandardPrice)*100)|number_format(0) }}%{% else %}{% endif %} |
+
+
+ {% if product.price.last.price != product.price.last.productStandardPrice %}{{ product.price.last.productStandardPrice | format_currency('PLN', {}, 'pl') }} {{ ((1 - product.price.last.price / product.price.last.productStandardPrice)*100)|number_format(0) }}%
+ {% endif %}
+
+ |
{% endfor %}