{% extends 'scipost/base.html' %} {% block pagetitle %}: reply to report{% endblock pagetitle %} {% block content %} {% if user.is_authenticated %}
Please focus on responding to the Report. Although you are welcome to mention what you intend to change in your manuscript as a result of this Report, a formal list of changes is best kept as accompaniment to your eventual resubmission.
Attachments are here meant for e.g. informative graphs; please do not attach a new version of your manuscript to this Reply.
{% endif %} {% url 'comments:reply_to_report' report_id=report.id as add_comment_url %} {% include 'comments/_add_comment_form.html' with url=add_comment_url form=form %} {% endif %}