{% for product in products %}
  • {% if product.getAmount() > 1 %}
    x{{ product.getAmount() }}
    {% endif %}
  • {% endfor %} {% for i in [1..emptyProducts] %}
  • {% endfor %}