{% extends 'scipost/base.html' %}
{% block pagetitle %}: Commentaries{% endblock pagetitle %}
{% block headsup %}
{% endblock headsup %}
{% block bodysup %}
{% if user.is_authenticated %}
Search SciPost Commentaries:
View SciPost Commentaries
{% if commentary_list %}
Commentaries in {{ discipline }} in the last {{ nrweeksback }} weeks:
{% for commentary in commentary_list %}
- {{ commentary.pub_title }} by {{ commentary.author_list }} (published {{ commentary.pub_date }})
{% endfor %}
{% endif %}
{% endif %}
{% endblock bodysup %}