Course Validity Notification ${ctx.get('email_from')} End of validity for a course

Hi,

The validity time of the course ${object.name} will end up soon. You maybe need to plan a new one.

The concerned employees are:

% for employee in object.course_attendee_ids.mapped("employee_id.name"):

${employee}

% endfor