{% extends 'scipost/base.html' %} {% block pagetitle %}: vet author replies{% endblock pagetitle %} {% block bodysup %}
{% if not reply_to_vet %}

There are no Author Replies for you to vet.

{% else %}

SciPost Author Reply to vet:



{% if reply_to_vet.commentary %}

Commentary associated to Comment:

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

Abstract:

{{ reply_to_vet.commentary.pub_abstract }}


{% endif %} {% if reply_to_vet.submission %} {% if reply_to_vet.in_reply_to_comment %}

Submission associated to Comment:

{% endif %} {% if reply_to_vet.in_reply_to_report %}

Submission associated to Report:

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

Abstract:

{{ reply_to_vet.submission.abstract }}

{% endif %}

The Reply to be vetted:

Submitted on {{ reply_to_vet.date_submitted }} by {{ reply_to_vet.author.user.first_name }} {{ reply_to_vet.author.user.last_name }}:

{{ reply_to_vet.reply_text }}

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