{% extends 'careers/base.html' %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block pagetitle %}: Job application details{% endblock pagetitle %} {% block content %}Your application has been received in good order. We have emailed a receipt at your email address {{ jobapplication.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 jobapplication.status == jobapplication.VERIFIED %}Your email has been successfully verified.
We will keep you updated on the results of your application as soon as possible.
{% endif %}You can always come back to this page to check the status of your application: carefully save its URL, which is the following:
https://scipost.org{{ jobapplication.get_absolute_url }}