{% 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.pdf_report %}
Download as PDF
{% endif %}
{% if perms.scipost.can_manage_reports %}
{% if report.pdf_report %}· {% endif %}Update/Compile the Report pdf
{% endif %}
{% include 'submissions/_single_report_content.html' with report=report %}
{% endif %}
{% block single_report_footer %}{% endblock %}