{{ _("This certifies that") }}
{{ member.full_name }}
{{ _("has successfully completed the course on") }} {{ course.title }} on {{ frappe.utils.format_date(certificate.issue_date, "medium") }}.
{% if instructors %}
{{ instructors }}

{{ _("Course Instructor") }}
{% endif %} {% if certificate.expiry_date %}
{{ frappe.utils.format_date(certificate.expiry_date, "medium") }}

{{ _("Expiry date") }}
{% endif %}