{% 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 %}