Apply for: {{ job.title }}
{{ job.category|default:'General' }}
Openings: {{ job.number_opening }}
{{ job.skill_required|default:'Any' }}
{{ job.is_active|yesno:'Active,Inactive' }}
Posted by: {{ job.recruiter.company_name|default:job.recruiter.user.display_name }}
Description:
{{ job.description }}
{% if not already_applied %}
{% else %}
You have already applied for this position on {{ application.applied_at|date:'F d, Y' }}
Your Application Details
Cover Letter:
{% if application.cover_letter %}
{{ application.cover_letter }}
{% else %}
No cover letter provided
{% endif %}
Application Status:
{% if application.status == 'applied' %}
Under Review
{% elif application.status == 'shortlisted' %}
Shortlisted
{% elif application.status == 'rejected' %}
Not Selected
{% endif %}
{% endif %}