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

{{trans "Hello,"}}

{{trans "This is an automatic notification about the order cancellation.
"}}

{{trans "Details"}}

{{trans "Customer: %name " name=$request.name}}{{var request.customer_email}}

{{trans "Order: "}}#{{var request.increment_id}}

{{trans "Reason: %reason" reason=$request.reason}}

{{trans "Comment: %comment" comment=$request.comment}}

{{trans "Thank you!"}}

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