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

Search SciPost Commentaries:

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

View SciPost Commentaries

{% if not browse and recent %}

Recent Comments

{% endif %}
{% if recent %}

Recently active Commentaries:

{% elif browse %}

Commentaries in {{ discipline }} in the last {{ nrweeksback }} week{{ nrweeksback|pluralize }}:

{% else %}

Search results:

{% endif %} {% if commentary_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 %}