{% extends 'scipost/base.html' %} {% load bootstrap %} {% load request_filters %} {% block meta_description %}{{ block.super }} Commentaries list{% endblock meta_description %} {% block pagetitle %}: Commentaries{% endblock pagetitle %} {% 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 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 %}