{{template config_path="design/email/header_template"}} {{depend recipient}}
{{trans "%name," name=$recipient}}
{{/depend}}{{trans "Your gift card %code has been updated." code=$giftcard.code}}
{{trans "Your gift card information: "}}
{{trans "Gift Code"}} | {{trans "%code" code=$giftcard.code}} |
{{trans "Balance"}} | {{trans "%balance" balance=$balanceFormated}} |
{{trans "Status"}} | {{trans "%status" status=$status_label}} |
{{trans "Expires on"}} | {{trans "%expired_date" expired_date=$expired_date}} |
{{trans 'Visit %store_name for checking gift card detail.' store_name=$store.getName() store_url="$this.getUrl($store, 'mpgiftcard/', [code:$giftcard.code, _nosid:1])" |raw}}
{{template config_path="design/email/footer_template"}}