{% if request.user.contributor in submission.authors_claims.all %}
{% include 'bi/exclamation-circle-fill.html' %} Authors are not allowed to submit a Report. Your authorship claim on this Submission is pending verification by our Editorial Administration.
{% else %}
The system flagged you as a potential author of this Submission. Please clarify this here. You are not allowed to contribute a Report until your (non-)authorship has been verified.
You are a verified author. Therefore, you can not submit a Report.
{% endif %}
{% else %}
Reporting for this Submission is closed.
{% endif %}
{% if submission.open_for_commenting %}
{% if perms.scipost.can_submit_comments and submission and not submission|user_is_referee:request.user %}