23 lines
758 B
HTML
23 lines
758 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Confirmation of receipt of your withdrawal</title>
|
|
</head>
|
|
<body>
|
|
<p>Hello {customer_name},</p>
|
|
|
|
<p>We confirm receipt of your withdrawal declaration.</p>
|
|
|
|
<p><strong>Received:</strong><br>{submitted_at}</p>
|
|
<p><strong>Order number / order reference:</strong><br>{order_reference}</p>
|
|
<p><strong>Withdrawal concerns:</strong><br>{scope_label}</p>
|
|
<p><strong>Affected items / quantities:</strong><br>{withdrawal_items_text}</p>
|
|
<p><strong>Your message / note:</strong><br>{message}</p>
|
|
|
|
<p>This message only confirms receipt of your withdrawal declaration. Further processing and review will follow separately.</p>
|
|
|
|
<p>Kind regards<br>{shop_name}</p>
|
|
</body>
|
|
</html>
|