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

Commentary associated to Comment:

Title: {{ comment_to_vet.commentary.pub_title }}
Author(s): {{ comment_to_vet.commentary.author_list }}
DOI Link: {{ comment_to_vet.commentary.pub_DOI_link }}
Date published: {{ comment_to_vet.commentary.pub_date }}

Abstract:

{{ comment_to_vet.commentary.pub_abstract }}

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

Submission associated to Comment:

Title: {{ comment_to_vet.submission.title }}
Author(s): {{ comment_to_vet.submission.author_list }}
arXiv link: {{ comment_to_vet.submission.arxiv_link }}
Date submitted: {{ comment_to_vet.submission.submission_date }}
Submitted to: {{ comment_to_vet.submission.submitted_to_journal }}

Abstract:

{{ comment_to_vet.submission.abstract }}

{% endif %}

The Comment to be vetted:

Submitted: {{ comment_to_vet.date_submitted }}

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