Deadline for reporting: {{ submission.reporting_deadline }}
{% elif is_author_unchecked %}
Contribute a Report [deactivated]: the system flagged you as a potential author of this Submission.
Please go to your personal page
under the Submissions tab to clarify this.
{% endif %}
{% else %}
Reporting for this Submission is closed.
{% endif %}
{% if submission.open_for_commenting %}
{% if perms.scipost.can_submit_comments %}
{% if user.is_authenticated and perms.scipost.can_express_opinion_on_comments %}
{% if user.contributor != reply.author %}
{% else %}
{{ reply.opinions_as_ul }}
{% endif %}
{% endif %}
{{ reply.comment_text|linebreaks }}
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}
{% include 'scipost/comments_block.html' %}
{% if user.is_authenticated and submission.open_for_commenting and perms.scipost.can_submit_comments %}