{{ job.title }}

{{ job.department }} {{ job.get_location_display }} {{ job.get_job_type_display }}
{% if job.salary_range %}
{% trans "Salary" %}
{{ job.salary_range }}
{% endif %}
{% trans "Deadline" %}
{% if job.application_deadline %} {{ job.application_deadline|date:"M d, Y" }} {% else %} {% trans "Open" %} {% endif %}
{% trans "Work Mode" %}
{{ job.workplace_type|default:"On-site" }}
{% if job.has_description_content %}

{% trans "About the Role" %}

{{ job.description|safe }}
{% endif %} {% if job.has_qualifications_content %}

{% trans "What We're Looking For" %}

{{ job.qualifications|safe }}
{% endif %}