<p>Dear ${ctx["recipient"].name},</p> <p>您的员工试用期尚有1个月即将结束,请您对员工试用期绩效表现做出评估:</p> <p>• 如确认员工可以通过试用期,我们建议您在试用期结束之前与员工沟通试用期评估结果并发送祝贺邮件(可参考附件)。</p> <p>• 如确认员工无法通过试用期或仍然无法确定,请在收到本邮件的一周内与您的HRBP讨论决定并回复本邮件告知最后结果。</p> <p>• 如果您在试用期到期前一周内未对此邮件做任何回复,将默认您确认员工通过试用期。</p> <table border="1" width="100%" align="“center”"> <tbody> <tr> <th width="20%" align="“center”">Employee ID</th> <th width="10%" align="“center”">Employee Name</th> <th width="10%" align="“center”">Probation Expire Date</th> <th width="20%" align="“center”">Hire Date</th> <th width="20%" align="“center”">Department Name</th> <th width="20%" align="“center”">HRBP</th> </tr> </tbody> % for employee in ctx["employees"]: <tr> <td width="20%" align="center">${employee[0].employee_number or ''}</td> <td width="10%" align="center">${employee[0].name or ''}</td> <td width="10%" align="center">${employee[0].with_context(lang=ctx["lang"]).probation_date or ''}</td> <td width="20%" align="center">${employee[0].with_context(lang=ctx["lang"]).hiredate or ''}</td> <td width="20%" align="center">${employee[0].with_context(lang=ctx["lang"]).department_id.name or ''}</td> <td width="20%" align="center">${employee[0].x_hrbp1.name or ''}</td> </tr> % endfor </table> <p>如对此有任何疑问,请咨询您的HRBP。</p><p>感谢您的协作</p><p>HR Team</p><p> </p>
需将上面三封邮件进行源码更新。参照第三张图片进行修改