{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: Submissions{% endblock pagetitle %} {% block content %}

Search SciPost Submissions:

{% csrf_token %} {{ form|bootstrap:'4,8,sm' }}

View SciPost Submissions

{% if submission_search_list or form.has_changed %}

Search results:

{% if submission_search_list %} {% elif form.has_changed %}

No match found for your search query.

{% endif %}
{% endif %} {% if submission_recent_list %}

Recent Submissions:

{% endif %} {% if submission_browse_list %}

Submissions in {{ discipline }} in the last {{ nrweeksback }} week{% if nrweeksback == '1' %}{% else %}s{% endif %}:

{% endif %} {% endblock content %}