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: {{ position.discipline|safe }}
{% 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 %}
