{% extends 'submissions/base.html' %} {% block pagetitle %}: submit manuscript{% endblock pagetitle %} {% load bootstrap %} {% load static %} {% load crispy_forms_tags %} {% 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

Fill in the submission details 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 %} {% crispy form %}
{% endif %}
{% else %}

You are currently not allowed to submit a manuscript.

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