{% load staticfiles %} {% load mathjax %} {% mathjax_scripts %} {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %}

SciPost Author Replies to vet:

{% for reply_to_vet in replies_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 }}
{% endfor %}
{% include 'scipost/footer.html' %}