👤 Applicant Information
Name: {{ applicant_name }}
Email: {{ applicant_email }}
{% if applicant_phone %}
Phone: {{ applicant_phone }}
{% endif %}
💼 Professional Information
{% if current_position %}
Current Position: {{ current_position }}
{% endif %}
{% if current_company %}
Current Company: {{ current_company }}
{% endif %}
{% if years_of_experience %}
Years of Experience: {{ years_of_experience }}
{% endif %}
📋 Application Details
Position Applied: {{ 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{% endif %}
{% if linkedin_url %}💼 LinkedIn{% endif %}
{% if github_url %}💻 GitHub{% endif %}
{% if website_url %}🌐 Website{% endif %}
✉️ Cover Letter
{{ cover_letter }}