Files
enlight-lms/lms/templates/emails/job_application.html
2024-02-21 12:08:05 +05:30

15 lines
244 B
HTML

<h3>
{{ _("New Job Applicant") }}
</h3>
<br>
<p>
{{ _("{0} has applied for the job position {1}").format(full_name, job_title) }}
</p>
<br>
<p>
<b>
{{ _("You can find their resume attached to this email.") }}
</b>
</p>