{% load automarkup %}
Dear {{ decision.submission.submitted_by.get_title_display }} {{ decision.submission.submitted_by.user.last_name }},
The Editorial College of SciPost has come to a decision regarding your Submission
{{ decision.submission.title }}
by {{ decision.submission.author_list }}.
{% if decision.for_journal.name == 'SciPost Selections' %}We are pleased to let you know that your manuscript has been accepted for publication in {{ decision.submission.submitted_to }}, with inclusion of an extended abstract in SciPost Selections.
We warmly congratulate you on this achievement, which represents the highest mark of recognition given by the Editorial College.
Your manuscript will now be taken charge of by our production team, which will soon send you proofs to check before final publication.
{% else %} {% if decision.publish %} {% if decision.status == decision.FIXED_AND_ACCEPTED %}We are pleased to let you know that your manuscript has been accepted for publication in {{ decision.submission.submitted_to }}.
Your manuscript will now be taken charge of by our production team, which will soon send you proofs to check before final publication.
{% elif decision.status == decision.AWAITING_PUBOFFER_ACCEPTANCE %}We would like to offer you publication of your manuscript in {{ decision.for_journal }} (you had originally submitted to {{ decision.submission.submitted_to }}).
You can inform us of choice by replying to this email. We will await your confirmation of acceptance of this publication offer before initiating production of the proofs of your paper.
If you decide to turn this offer down, your manuscript will not be considered for further processing and you will be free to submit elsewhere.
{% endif %} {% else %}We are sorry to inform you that your Submission has not been accepted for publication.
You can view more details at the Submission's page at {% url 'submissions:submission' identifier_w_vn_nr={{ identifier_w_vn_nr }}. Note that these details are viewable only by the registered authors of the submission.
This Submission Page has now been removed from general public view; if you wish, you can email us and request to make it publicly visible again.
{% endif %} {% endif %} {% if decision.remarks_for_authors %}Further remarks from Editorial Administration:
We thank you very much for your contribution.
Sincerely,
The SciPost Team.
{% include 'email/_footer.html' %} {% include 'email/_submission_thread_uuid.html' with submission=decision.submission %}