{% extends 'scipost/_personal_page_base.html' %} {% block breadcrumb_items %} {{block.super}} Vet submitted Comments {% endblock %} {% load bootstrap %} {% load filename %} {% load file_extentions %} {% block pagetitle %}: vet comments{% endblock pagetitle %} {% block content %} {% if not comments_to_vet %}

There are no comments for you to vet.

Return to personal page

{% 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 %}