{% extends 'scipost/base.html' %} {% block pagetitle %}: submit manuscript{% endblock pagetitle %} {% block bodysup %} {% if user.is_authenticated %}

Submit a manuscript to SciPost

OPEN FOR SUBMISSION STARTING JUNE 2016

{% if perms.scipost.can_submit_manuscript %}
{% csrf_token %}
{% else %}

You are currently not allowed to submit a manuscript.

{% endif %}
{% endif %} {% endblock bodysup %}