{% extends 'scipost/_personal_page_base.html' %} {% load bootstrap %} {% block pagetitle %}: vet Commentary requests{% endblock pagetitle %} {% block breadcrumb_items %} {{block.super}} Vet Commentary Page requests {% endblock %} {% block content %} {% if not commentary_to_vet %}

There are no Commentary Page requests for you to vet.

Return to personal page

{% else %}

SciPost Commentary Page request to vet:

{% include 'commentaries/_commentary_summary.html' with commentary=commentary_to_vet %}

Abstract:

{{ commentary_to_vet.pub_abstract }}

{% csrf_token %} {{ form|bootstrap }}
{% endif %} {% endblock %}