{{ _("Hey {0}").format(doc.member_name) }}
{{ _('Your evaluation for the course {0} has been scheduled on {1} at {2} {3}.').format(doc.course_title, frappe.utils.format_date(doc.date, "medium"), frappe.utils.format_time(doc.start_time, "short"), doc.timezone) }}
{{ _("{0} is your evaluator").format(doc.evaluator_name) }}
{{ _("Please prepare well and be on time for the evaluations.") }}