mirror of
https://github.com/frappe/lms.git
synced 2026-04-23 00:38:00 +03:00
9 lines
262 B
HTML
9 lines
262 B
HTML
<div>
|
|
<p>{{ _("Dear") }} {{ member_name }},</p>
|
|
<br>
|
|
<p>{{ _("Your request to join us as a mentor for the course") }} {{ course }} {{ _("has been") }} {{ status }}.</p>
|
|
<br>
|
|
<p>{{ _("Thanks and Regards") }},</p>
|
|
<p>{{ _("Team School") }}.</p>
|
|
</div>
|