{% load i18n %} {{ subject }}
{% include 'base/header.html' %}

{{ welcome|linebreaks }}

{{ thank_you|linebreaks }}

{{ coupon_copy }}: {{loyalty_coupon}}
{% if coupon_button %} {{ coupon_button }} {% else %} {{ confirmation_link }} {% endif %}
{{ help|linebreaks }}
{% include 'base/footer.html' %}