{% extends 'careers/base.html' %} {% load bootstrap %} {% load automarkup %} {% block breadcrumb_items %} {{ block.super }} {% endblock %} {% block meta_description %}{{ block.super }} Job Openings{% endblock meta_description %} {% block pagetitle %}: Job Openings{% endblock pagetitle %} {% block content %}

Job Openings

{% if perms.careers.add_job_opening %} {% endif %}

Current job opportunities at SciPost

{% for job in object_list %}

{{ job.title }}

Announced on {{ job.announced|date:'Y-m-d' }} {% if perms.careers.add_job_opening %} ; Status: {{ job.get_status_display }} {% endif %}

Application deadline:  {{ job.application_deadline|date:'Y-m-d' }}

{% automarkup job.short_description %}
{% empty %}

Sorry, we currently have no advertized job openings.

{% endfor %}

Open solicitations

Do you have special skills which you are convinced could help SciPost in its mission? Get in touch with us at admin@{{ request.get_host }}. We are always on the lookout for highly competent people.

Bear in mind: we are small, we are not well endowed, but this ship knows where it's going. If you see a future for yourself with us, we welcome your open solicitation.

{% endblock content %}