Title: {{ position.title|safe }}
Code: {{ position.code }}
Organization: {{ position.department.institution.title.en|safe }}
School: {{ position.department.school.title.en|safe }}
Department/Institute: {{ position.department.title.en|safe }}
Discipline: {% if position.discipline %} {{ position.discipline|safe }} {% else %} {{ position.discipline_obj.discipline_text.en|safe }} {% endif %}
{% if position.position_type == 'election' %}
{% if starts_at %}Submission Opening Date: {{ starts_at|date:"d/m/Y" }}{% endif %}
{% if ends_at %}Submission End Date: {{ ends_at|date:"d/m/Y" }}{% endif %}
{% endif %}
