{% extends 'scipost/base.html' %} {% block pagetitle %}: vet comments{% endblock pagetitle %} {% block bodysup %} {% if not comments_to_vet %} There are no comments for you to vet. {% else %} SciPost Comment 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.remarks_for_editors %} Remarks for Editors only: {{ comment_to_vet.remarks_for_editors }} {% endif %} {% csrf_token %} {{ form.as_ul }} {% endfor %} {% endif %} {% endblock bodysup %}
{{ comment_to_vet.comment_text }}
{{ comment_to_vet.remarks_for_editors }}