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



Title: {{ commentary_to_vet.pub_title }}
Author(s): {{ commentary_to_vet.author_list }}
arXiv link (including version nr): {{ commentary_to_vet.arxiv_link }}
DOI Link: {{ commentary_to_vet.pub_DOI_link }}
Date published: {{ commentary_to_vet.pub_date }}

Abstract:

{{ commentary_to_vet.pub_abstract }}

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