{% extends 'scipost/base.html' %} {% load bootstrap %} {% load filename %} {% load file_extentions %} {% block pagetitle %}: vet comments{% endblock pagetitle %} {% block content %} {% if not comments_to_vet %}

There are no comments for you to vet.

{% else %}

SciPost Comments to vet:

{% for comment_to_vet in comments_to_vet %}
{% if comment_to_vet.commentary %}

From Commentary (link)

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

From Submission (link)

{{ comment_to_vet.submission.header_as_table }}
{% endif %}

The Comment to be vetted:

{{ comment_to_vet.print_identifier_for_vetting }}

Comment text:

{{ comment_to_vet.comment_text }}

{% if comment_to_vet.file_attachment %}

Attachment:

{% if comment_to_vet.file_attachment|is_image %} {% else %} {{ comment_to_vet.file_attachment|filename }}
{{ comment_to_vet.file_attachment.size|filesizeformat }} {% endif %}

{% endif %} {% if comment_to_vet.remarks_for_editors %}

Remarks for Editors only:

{{ comment_to_vet.remarks_for_editors }}

{% endif %}
{% csrf_token %} {{ form|bootstrap }}

{% endfor %}
{% endif %} {% endblock content %}