{% if discounts %}

Discounts and Complimentary Items

{% regroup discounts by discount.description as discounts_grouped %} {% for discount_type in discounts_grouped %}

{{ discount_type.grouper }}

{% endfor %}
Any applicable discounts will be applied automatically when you check out.

{% endif %}