{% load static i18n %} {% translate "Application Form" %}
Ready to Apply?

Review the job details, then apply below.

{% if job.form_template %} Apply for this Position {% endif %}

{{ job.title }}

{% comment %} {% with status_class=job.status|lower %} {{ job.get_status_display }} {% endwith %} {% endcomment %}

Job Overview

{% if job.salary_range %}
Salary: {{ job.salary_range }}
{% endif %}
Deadline: {% if job.application_deadline %} {{ job.application_deadline|date:"M d, Y" }} {% if job.is_expired %} EXPIRED {% endif %} {% else %} Not specified {% endif %}
Job Type: {{ job.get_job_type_display }}
Location: {{ job.get_location_display }}
Department: {{ job.department|default:"Not specified" }}
JOB ID: {{ job.internal_job_id|default:"N/A" }}
Workplace: {{ job.get_workplace_type_display }}
{% comment %}
Created By: {{ job.created_by|default:"N/A" }}
{% endcomment %}
{% if job.description %}
Job Description
{{ job.description|safe }}
{% endif %} {% if job.qualifications %}
Qualifications
{{ job.qualifications|safe }}
{% endif %} {% if job.benefits %}
Benefits
{{ job.benefits|safe }}
{% endif %} {% if job.application_instructions %}
Application Instructions
{{ job.application_instructions|safe }}
{% endif %}
{% if job.form_template %} Apply for this Position {% endif %}