{% load scipost_extras %} {% load submissions_extras %}
{% if user.contributor == submission.editor_in_charge or user|is_in_group:'Editorial Administrators' and not user|is_possible_author_of_submission:submission %}

{% if report.anonymous %} (chose public anonymity) {% endif %} Report {{report.report_nr}} by {{ report.author.user.first_name }} {{ report.author.user.last_name }} on {{ report.date_submitted|date:'Y-n-j' }} {% if report.report_type == 'report_post_edrec' %} {% endif %} {% if report.invited %} Invited Report {% else %} Contributed Report {% endif %} {% if user.is_authenticated %} {% with type_id=report|content_type_id %} {% include 'helpdesk/_ticket_for_object_link.html' with type_id=type_id id=report.id model="Report" %} {% endwith %} {% endif %}

{% if report.doi_string or report.pdf_report %} {% endif %} {% if perms.scipost.can_manage_reports %}

Administration

{% endif %}
{% if report.flagged %}

CAUTION: check if this referee has been flagged by the authors

{% endif %}

Qualification

{{ report.get_qualification_display}}
{% include 'partials/submissions/report_content.html' with report=report %}

Remarks for editors

{{ report.remarks_for_editors|default:'-' }}

Recommendation

{{report.get_recommendation_display}}
{% else %}

{% if report.anonymous %} Anonymous Report {{report.report_nr}} {% else %} Report {{report.report_nr}} by {{ report.author.user.first_name }} {{ report.author.user.last_name }} {% endif %} on {{ report.date_submitted|date:'Y-n-j' }} {% if report.report_type == 'report_post_edrec' %} {% endif %} {% if report.invited %} Invited Report {% else %} Contributed Report {% endif %}

{% if report.doi_string or report.pdf_report %} {% endif %} {% if perms.scipost.can_manage_reports %}

Administration

{% endif %}
{% include 'partials/submissions/report_content.html' with report=report %} {% endif %} {% block single_report_footer %}{% endblock %}