9 lines
174 B
HTML
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>
|
|
|