15 lines
244 B
HTML
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>
|
|
|