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

{% if report.anonymous %}(chose public anonymity) {% endif %}{{ report.author.user.first_name }} {{ report.author.user.last_name }} on {{ report.date_submitted|date:'Y-n-j' }}

{% if report.flagged %}

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

{% endif %}

Qualification

{{ report.get_qualification_display}}
{% include 'submissions/_single_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.author.user.first_name }} {{ report.author.user.last_name }}{% endif %} on {{ report.date_submitted|date:'Y-n-j' }}

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