Files
lms/lms/lms/notification/certificate_request_creation/certificate_request_creation.html
2022-06-03 12:01:58 +05:30

6 lines
405 B
HTML

{% set title = frappe.db.get_value("LMS Course", doc.course, "title") %}
<p> {{ _("Hey ${0}").format(doc.member_name) }} </p>
<p> {{ _('Your evaluation for the course ${0} has been scheduled on ${1} at ${2}.').format(title, frappe.utils.format_date(doc.date, "medium"), frappe.utils.format_time(doc.start_time, "short")) }}</p>
<p> {{ _("Please prepare well and be on time for the evaluations.") }} </p>