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

OPEN FOR SUBMISSION STARTING 5 MAY 2016


Search SciPost Submissions:

{% csrf_token %}
    {{ form.as_table }}

View SciPost Submissions

{% if submission_search_list %}

Search results:

{% elif form.has_changed %}

No match found for your search query.

{% endif %}
{% if submission_recent_list %}

Recent Submissions:

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