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

Search SciPost Submissions:

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

View SciPost Submissions


{% if recent %}

Recent Submissions:

{% elif browse %}

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

{% else %}

Search results:

{% endif %} {% if object_list %} {% if is_paginated %}

{% if page_obj.has_previous %} Previous {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}. {% if page_obj.has_next %} Next {% endif %}

{% endif %}
{% else %}

No match found for your search query.

{% endif %}
{% if is_paginated %}

{% if page_obj.has_previous %} Previous {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}. {% if page_obj.has_next %} Next {% endif %}

{% endif %}
{% endblock content %}