{{template config_path="design/email/header_template"}}

{{trans "%name," name=$customer_data.name}}

{{if promotion_name}}

{{trans "Hurry up to take advantage of our %promotion_name promotion!" promotion_name=$promotion_name}}

{{else}}

{{trans "Hurry up to take advantage of this promotion!"}}

{{/if}} {{if promotion_description}}
{{var promotion_description|escape|nl2br}}

{{/if}} {{if coupon.code}}

{{trans 'To take advantage of the promotion you need to sign in at %store_name and apply the coupon "%coupon_code" in the shopping cart.' store_name=$store.frontend_name coupon_code=$coupon.code account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}

{{else}}

{{trans 'To take advantage of the promotion you need to sign in at %store_name' store_name=$store.frontend_name account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}

{{/if}} {{if coupon.usage_limit}}

{{trans "This coupon can be used only up to %coupon_limit time(s) by you or other customers." coupon_limit=$coupon.usage_limit}}

{{/if}} {{if coupon.usage_per_customer}}

{{trans "You can use this coupon up to %coupon_limit time(s)." coupon_limit=$coupon.usage_per_customer}}

{{/if}} {{template config_path="design/email/footer_template"}}