{% 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 is_paginated %}
{% include 'partials/pagination.html' with page_obj=page_obj %}
{% endif %}
{% if is_paginated %}
{% include 'partials/pagination.html' with page_obj=page_obj %}
{% endif %}
{% endblock content %}