{% extends 'events/papers/emails/base.html' %} {% block subject_message %}Paper assessment{% endblock %} {% block header_subtitle %}Paper assessment{% endblock %} {% block header_subtitle_ref %}ref #{{ contribution.friendly_id }}{% endblock %} {% block content_header %}
Dear {{ receiver.first_name }},
{% if paper.state.name == 'accepted' %}Your paper {{ contribution.title }} has been accepted!
No further actions are required.
{% elif paper.state.name == 'rejected' %}Your paper {{ contribution.title }} has been rejected.
No further actions are required.
{% else %}A judge has requested some changes to your paper {{ contribution.title }}.
{% endif %} {% endblock %} {% block content_body %} {% if paper.judgment_comment %}You may apply the modifications to your paper and submit the modified version (together with any additional files) for review.
In order to do that please proceed to your paper page:
{% else %}To see your paper please use the following link:
{% endif %}{{- url_for('papers.paper_timeline', contribution, _external=true) -}}
{% endblock %}