diff --git a/templates/productList.html.twig b/templates/productList.html.twig index 16970a1..09fe110 100644 --- a/templates/productList.html.twig +++ b/templates/productList.html.twig @@ -83,7 +83,7 @@ {{ product.priceLowest | format_currency(product.country.currency, {}, product.country.locale) }} {% else %} {% if product.priceLowest != product.priceCurrent %}{{ product.priceLowest | format_currency(product.country.currency, {}, product.country.locale) }}{% else %} - now lowest{% endif %} + now lowest{% endif %} {% endif %}