{% extends 'scipost/base.html' %} {% block pagetitle %}: vet Commentary requests{% endblock pagetitle %} {% block bodysup %}
{% if not commentary_to_vet %}

There are no Commentary Page requests for you to vet.

{% else %}

SciPost Commentary Page request to vet:



{{ commentary_to_vet.header_as_table }}

Abstract:

{{ commentary_to_vet.pub_abstract }}

{% csrf_token %} {{ form.as_ul }}
{% endif %}
{% endblock bodysup %}