diff --git a/templates/productList.html.twig b/templates/productList.html.twig index 0a8f65f..d40a721 100644 --- a/templates/productList.html.twig +++ b/templates/productList.html.twig @@ -46,7 +46,7 @@ link - {% if product.priceLowest != product.priceCurrent %}{{ product.priceLowest | format_currency('PLN', {}, 'pl') }}{% endif %} + {% if product.priceLowest != product.priceCurrent %}{{ product.priceLowest | format_currency('PLN', {}, 'pl') }}{%else%}now lowest{% endif %} {{ product.priceCurrent | format_currency('PLN', {}, 'pl') }}