{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: Commentaries{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block content %} {# #} SciPost Commentaries SciPost Commentaries how-to Request a new Commentary Page Search SciPost Commentaries: {% csrf_token %} {{ form|bootstrap:'4,8,sm' }} View SciPost Commentaries Physics: last week, month or year {% if commentary_search_list %} Search results: {% for commentary in commentary_search_list %} {{ commentary.header_as_li }} {% endfor %} {% elif form.has_changed %} No match found for your search query. {% endif %} {% if comment_recent_list %} Recent Comments {% for comment in comment_recent_list %} {{ comment.simple_header_as_li }} {% endfor %} {% endif %} {% if commentary_recent_list %} Recently active Commentaries: {% for commentary in commentary_recent_list %} {{ commentary.header_as_li }} {% endfor %} {% endif %} {% if commentary_browse_list %} Commentaries in {{ discipline }} in the last {{ nrweeksback }} week{% if nrweeksback == '1' %}{% else %}s{% endif %}: {% for commentary in commentary_browse_list %} {{ commentary.header_as_li }} {% endfor %} {% endif %} {% endblock content %}