{% extends 'scipost/base.html' %} {% block pagetitle %}: vet reports{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %}
{% if not report_to_vet %}

There are no Reports for you to vet.

{% else %}

SciPost Report to vet:



Submission associated to Report:

{{ report_to_vet.submission.header_as_table }}

Abstract:

{{ report_to_vet.submission.abstract }}


Report to vet:

{{ report_to_vet.print_contents_for_editors|linebreaks }}

Please vet this Report:

{% csrf_token %} {{ form.action_option }}
  • Refusal reason: {{ form.refusal_reason }}
  • {{ form.email_response_field }}
{% endif %}
{% endblock bodysup %}