{% extends 'submissions/_report_public_without_comments.html' %} {% block single_report_footer %} {% if user.is_authenticated and perms.scipost.can_submit_comments %}

Reply to this Report (authors only)

{% endif %} {% if report.comments.vetted.exists %}
{% endif %} {% for reply in report.comments.vetted %} {% include 'comments/_single_comment_with_link.html' with comment=reply perms=perms user=user %} {% endfor %} {% endblock %}