49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
New Job Application Received
|
|
|
|
A new application has been submitted for the {{ job_title }} position.
|
|
|
|
Applicant Information:
|
|
--------------------
|
|
Name: {{ applicant_name }}
|
|
Email: {{ applicant_email }}
|
|
Phone: {{ applicant_phone }}
|
|
|
|
Professional Information:
|
|
-----------------------
|
|
Current Position: {{ current_position }}
|
|
Current Company: {{ current_company }}
|
|
Years of Experience: {{ years_of_experience }}
|
|
|
|
Application Details:
|
|
------------------
|
|
Applied for: {{ job_title }}
|
|
Application Date: {{ application_date|date:"F d, Y at h:i A" }}
|
|
|
|
{% if expected_salary %}
|
|
Expected Salary: {{ expected_salary }} {{ salary_currency }}
|
|
{% endif %}
|
|
|
|
{% if available_from %}
|
|
Available From: {{ available_from|date:"F d, Y" }}
|
|
{% endif %}
|
|
|
|
{% if notice_period %}
|
|
Notice Period: {{ notice_period }}
|
|
{% endif %}
|
|
|
|
Links:
|
|
------
|
|
{% if portfolio_url %}Portfolio: {{ portfolio_url }}{% endif %}
|
|
{% if linkedin_url %}LinkedIn: {{ linkedin_url }}{% endif %}
|
|
{% if github_url %}GitHub: {{ github_url }}{% endif %}
|
|
{% if website_url %}Website: {{ website_url }}{% endif %}
|
|
|
|
Cover Letter:
|
|
------------
|
|
{{ cover_letter }}
|
|
|
|
---
|
|
Resume is attached to this email.
|
|
Please log in to the admin panel to review the full application.
|
|
|