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

Reply to this Report (authors only)

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