{% extends 'submissions/base.html' %} {% block pagetitle %}: submit manuscript{% endblock pagetitle %} {% load bootstrap %} {% load static %} {% block breadcrumb_items %} {{ block.super }} Submit a manuscript {% endblock %} {% block content %}

{% if thread_hash %}Resubmit a{% else %}Submit a new{% endif %} manuscript to {{ journal }}

{% if perms.scipost.can_submit_manuscript %}

Step 4

Final step: complete and submit the form

We prefilled the form as much as we could, please complete it and then submit.

{% include 'submissions/submit_steps.html' with step=4 thread_hash=thread_hash %}
{% if form %}

Please provide these last bits of information, and carefully check all prefilled fields

{% csrf_token %} {{ form|bootstrap }}

By clicking on Submit, you state that you have read and agree with the SciPost Journals Terms and Conditions, the license and copyright agreement and the author obligations.

{% endif %}
{% else %}

You are currently not allowed to submit a manuscript.

{% endif %} {% endblock content %} {% block footer_script %} {{ form.media }} {% endblock %}