{% extends 'careers/base.html' %} {% block breadcrumb_items %} {{ block.super }} {{ job_application.job_opening }} {% endblock %} {% block pagetitle %}: Job application details{% endblock pagetitle %} {% block content %}

Information

{% if job_application.status == job_application.RECEIVED %}

Your application has been received in good order. We have emailed a receipt at your email address {{ job_application.email }}.

IMPORTANT: For your application to be processed further, you need to click on the confirmation link included in that email.

If you have not received the email, please check your spam box; if you still cannot find it, contact SciPost admin.

{% elif job_application.status == job_application.VERIFIED %}

Your email has been successfully verified.

We will keep you updated on the results of your application as soon as possible.

{% endif %}

Keeping updated

You can always come back to this page to check the status of your application: carefully save its URL, which is the following:

https://{{ request.get_host }}{{ job_application.get_absolute_url }}

Status information

{% include 'careers/_job_application_as_table.html' with job_application=job_application %}
{% endblock content %}