10 lines
431 B
HTML
10 lines
431 B
HTML
<div>
|
|
<p>{{ _("Dear") }} {{ member_name }},</p>
|
|
<br>
|
|
<p>{{ _("You've applied to become a mentor for this course. Your request is currently under review.") }}</p>
|
|
<p>{{ _("If you are not any more interested to mentor the course") }} {{ course }}, {{ _("you can") }} <a href="{{ course_url }}">{{ _("cancel your application") }}</a>.</p>
|
|
<br>
|
|
<p>{{ _("Thanks and Regards") }},</p>
|
|
<p>{{ _("Team School") }}.</p>
|
|
</div>
|