Files
enlight-lms/lms/templates/emails/job_application.html
2024-04-17 10:36:48 +05:30

9 lines
174 B
HTML

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