{% load automarkup %}

Dear {{ comment.author.get_title_display }} {{ comment.author.user.last_name }},

We hereby confirm reception of your {% if comment.is_author_reply %}Author Reply{% else %}Comment{% endif %}, concerning
{{ comment.core_content_object.title }} {% if comment.core_content_object.author_list %}
by {{ comment.core_content_object.author_list }}. {% elif comment.core_content_object.author %}
by {{ comment.core_content_object.author }}. {% endif %}

We copy it below for your convenience.
Your {% if comment.is_author_reply %}Author Reply{% else %}Comment{% endif %} will be made visible after vetting by the editorial team, at which point you will receive an email update from us.

Thank you for your contribution,

The SciPost Team.


Comment:
{{ comment.comment_text|automarkup }}

{% include 'email/_footer.html' %}