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

There are no comments for you to vet.

{% else %}

SciPost Comment to vet:


{% if comment_to_vet.commentary %} {{ comment_to_vet.commentary.header_as_table|safe }}

Abstract:

{{ comment_to_vet.commentary.pub_abstract }}

{% endif %} {% if comment_to_vet.submission %}

Submission associated to Comment:

{{ comment_to_vet.submission.header_as_table|safe }}

Abstract:

{{ comment_to_vet.submission.abstract }}

{% endif %}

The Comment to be vetted:

{{ comment_to_vet.print_identifier_for_vetting|safe }}

Comment text:

{{ comment_to_vet.comment_text }}

{% if comment_to_vet.remarks_for_editors %}

Remarks for Editors only:

{{ comment_to_vet.remarks_for_editors }}

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