{% load automarkup %}
Dear {{ comment.author.profile.get_title_display }} {{ comment.author.user.last_name }},
The {% if comment.is_author_reply %}Author Reply{% else %}Comment{% endif %} you have submitted, concerning
{{ comment.core_content_object.title }} by {% if comment.core_content_object.author_list %}{{ comment.core_content_object.author_list }}{% elif comment.core_content_object.author %}{{ comment.core_content_object.author }}{% endif %} (see on SciPost.org)
has been rejected for the following reason: {{ comment.get_status_display }}.
We copy it below for your convenience.
Thank you for your contribution,
The SciPost Team.
Further explanations: {{ email_response }}
{% endif %}
Comment:
{% automarkup comment.comment_text %}