-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy path_candidate-withdrawal-email.html
More file actions
26 lines (26 loc) · 1.81 KB
/
Copy path_candidate-withdrawal-email.html
File metadata and controls
26 lines (26 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<!-- djlint:off H005 H016 H030 H031 -->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="margin: 0; padding: 0; background-color: #f4f4f4; font-family: Ubuntu, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 300; color: #222;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background-color: #f4f4f4;">
<tr>
<td align="center" style="padding: 40px 20px;">
<table role="presentation" width="600" cellpadding="0" cellspacing="0" style="background-color: #ffffff; border-radius: 4px;">
<tr>
<td style="padding: 40px;">
<p style="margin: 0 0 16px; font-size: 16px; line-height: 1.6;">Dear {{ candidate_name }},</p>
<p style="margin: 0 0 16px; font-size: 16px; line-height: 1.6;">This email is to acknowledge your withdrawal from consideration for this role. As we are closing your application, your Candidate Dashboard for this application will be deactivated shortly. Thank you for the time you have spent on this application and best wishes for your next career step.</p>
<p style="margin: 0 0 24px; font-size: 16px; line-height: 1.6;">Regards,<br>{{ hiring_lead_name }}</p>
<p style="margin: 0; font-size: 14px; line-height: 1.6; color: #666;">For further information on data collection, please refer to our <a href="https://ubuntu.com/legal/data-privacy/recruitment" style="color: #2b6cb0; text-decoration: none;">recruitment privacy notice</a> and <a href="https://ubuntu.com/legal/data-privacy" style="color: #2b6cb0; text-decoration: none;">privacy policy</a>.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>