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

SciPost Theses

Request a new Thesis Link

Search SciPost Theses:

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

View SciPost Theses


{% if recent %}

Recently active Thesis Links:

{% elif browse %}

Thesis Links in {{ discipline }} in the last {{ nrweeksback }} week{{ nrweeksback|pluralize }}:

{% 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 %}
{% endblock content %}