{{template config_path="design/email/header_template"}}
{{trans "%name," name=$recipient_name}}
{{trans "You can view and purchase items from this gift registry at %store_name." account_url="$this.getUrl($store, 'customer/account/',[_nosid:1])" store_name=$store.frontend_name |raw}}
{{depend message}}
{{trans "Gift Registry:"}} {{var entity.title}}
{{trans "Created For:"}} {{var entity.registrants}}
{{trans
"Registry Location: %registry_url"
registry_url="$this.getUrl($store, 'giftregistry/view/', [id:$entity.url_key, _nosid:1])"
|raw}}
{{trans "Registry ID:"}} {{var entity.url_key}}
{{trans "You can create your own gift registry on %store_name and share it with friends and family." account_url="$this.getUrl($store, 'customer/account/',[_nosid:1])" store_name=$store.frontend_name |raw}}
{{template config_path="design/email/footer_template"}}