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

{% if thread_hash %}Resubmit a{% else %}Submit a new{% endif %} manuscript {% if acad_field %} in {{ acad_field }}{% endif %}

{% if perms.scipost.can_submit_manuscript %}

Step 2

Which Journal do you want to {% if thread_hash %}send your resubmission{% else %}submit{% endif %} to?

{% include 'submissions/submit_steps.html' with step=2 thread_hash=thread_hash %}
{% for journal in journals %}

{{ journal.name }} {% if journal.has_DOAJ_Seal %} DOAJ Seal {% endif %}

{% automarkup journal.oneliner %}

Acceptance Criteria
{% include 'journals/_acceptance_criteria.html' %}
{% endfor %}
{% else %}

You are currently not allowed to submit a manuscript.

{% endif %} {% endblock content %}