{% extends 'scipost/base.html' %} {% load bootstrap %} {% load request_filters %} {% block meta_description %}{{ block.super }} Comments list{% endblock meta_description %} {% block pagetitle %}: Comments{% endblock pagetitle %} {% block content %}

SciPost Comments

Search SciPost Comments:

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

Comments

{% if is_paginated %}
{% include '_pagination.html' with page_obj=page_obj %}
{% endif %}
{% if is_paginated %}
{% include '_pagination.html' with page_obj=page_obj %}
{% endif %}
{% endblock content %}