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

SciPost Comments to vet:

{% for comment_to_vet in submitted_comments_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_to_vet.comment_text }}

{% csrf_token %} {{ form.as_ul }}
{% endfor %}
{% include 'scipost/footer.html' %}