{% extends 'scipost/base.html' %} {% block pagetitle %}: vet comments{% endblock pagetitle %} {% block content %} {% if not comments_to_vet %}

There are no comments for you to vet.

{% else %}

SciPost Comments to vet:

{% for comment_to_vet in comments_to_vet %} {% include 'comments/_vet_comment_form.html' with comment=comment_to_vet form=form %} {% endfor %}
{% endif %} {% endblock content %}