{% for entry in discounts %} {{ entry.discount.name }} {% if entry.discount.code %} ({{ entry.discount.code }})
{{ 'offline.mall::frontend.remove' | trans }} {% endif %} {{ entry.savings | money }} {% endfor %}