{% extends "base_generic.html" %} {% load static %} {% block head %} {% endblock %} {% block nav-people %} {% endblock %} {% load static %} {% block content %} {% block small %}

{{ open_job_detail.title|safe }}{% if open_job_detail.pdf_file %} PDF {% endif %}

{% if open_job_detail.appDeadline and open_job_detail.show_appDeadline %}
Application deadline: {{open_job_detail.appDeadline}}
{% endif %}
{% for type in open_job_detail.job_type.all %}{% if forloop.first %} {{ type.name }}{% else %}, {{ type.name }}{% endif %}{% endfor %}
{% if open_job_detail.salaryScale %} {% if open_job_detail.salaryScale_url %} {% else %} {% endif %} {% endif %} {% if open_job_detail.toBeFilledDate %} {% else %} {% endif %} {% if open_job_detail.duration %} {% endif %} {% if open_job_detail.emailContact %} {% endif %}
Salary: {{open_job_detail.salaryScale}} {% if open_job_detail.salaryScale_range %}({{open_job_detail.salaryScale_range|safe}}){% endif %}
Salary: {{open_job_detail.salaryScale}} {% if open_job_detail.salaryScale_range %}({{open_job_detail.salaryScale_range|safe}}){% endif %}
Employment begins:{{open_job_detail.toBeFilledDate}}
Employment begins:At the next possible date
Duration: {{open_job_detail.duration}}
Contact: {{open_job_detail.emailContact}}
{% if open_job_detail.cover_image %}
Cover {% if open_job_detail.copyright %}
©{{open_job_detail.copyright}}
{% endif %}
{% else %}

{% endif %}

{% for job in open_job_detail.open_job_section_set.all %} {% if job.title %}
{{ job.title }}
{% endif %} {% if job.text %}

{{ job.text|safe|linebreaksbr }}

{% endif %} {% if job.image %}
{{ job.image }}
{% if job.copyright %}
©{{job.copyright}}
{% endif %} {% endif %} {% endfor %} {% if open_job_detail.hint %}
Further information

{{open_job_detail.hint|safe|linebreaksbr}}

{% endif %} {% if open_job_detail.mailContactChair %}
Mail contact
{% if open_job_detail.mailContactMain %} {{open_job_detail.mailContactMain}}
{% endif %} {% if open_job_detail.mailContactFaculty %} {{open_job_detail.mailContactFaculty}}
{% endif %} {% if open_job_detail.mailContactInstitute %} {{open_job_detail.mailContactInstitute}}
{% endif %} {% if open_job_detail.mailContactChair %} {{open_job_detail.mailContactChair}}
{% endif %} {% if open_job_detail.mailContactProf %} {{open_job_detail.mailContactProf}}
{% endif %} {% if open_job_detail.mailContactAddress %} {{open_job_detail.mailContactAddress|safe|linebreaksbr}} {% endif %}

{% if open_job_detail.contactInfo %}

{{open_job_detail.contactInfo|safe|linebreaksbr}}

{% endif %} contact
{% endif %}
{% for url in open_job_detail.open_job_url_set.all %} {% if forloop.first %} References: {% if url.title %}{{url.title}}{% else %}{{ url.url }}{% endif %} {% else %} , {% if url.title_url %}{{url.title_url}}{% else %}{{ url.url }}{% endif %} {% endif %} {% endfor %}
{% if open_job_detail.supervisor.all %}
{% with supervisor_list=open_job_detail.supervisor.all|dictsort:"status.order_index" %}
{% if open_job_detail.appDeadline and open_job_detail.show_appDeadline %} Host {% elif not open_job_detail.show_appDeadline %} Team {% endif %}
{% include "member_list.html" with l=3 m=4 s=6 height=150 member_list=supervisor_list %} {% endwith %} {% endif %} {% if open_job_detail.group.all %}
Groups
{% include "group_list.html" with group_list=open_job_detail.group.all %} {% endif %} {% if open_job_detail.project.all %}
Projects
{% include "project_list.html" with l=3 m=4 s=6 project_list=open_job_detail.project.all|dictsortreversed:"end_date" %} {% endif %}
{% endblock %} {% endblock %}