feat: job application

This commit is contained in:
Jannat Patel
2024-02-21 12:08:05 +05:30
parent 36c4e2f4dc
commit 5317aa8fb5
8 changed files with 321 additions and 17 deletions

View File

@@ -0,0 +1,14 @@
<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>