{% extends 'events/papers/emails/base.html' %} {% block subject_message %}{% trans %}Paper assessment withdrawn{% endtrans %}{% endblock %} {% block header_subtitle %}{% trans %}Paper assessment withdrawn{% endtrans %}{% endblock %} {% block header_subtitle_ref %}{% trans id=contribution.friendly_id %}ref #{{ id }}{% endtrans %}{% endblock %} {% block content %}
{% trans name=receiver.first_name %}Dear {{ name }},{% endtrans %}
{% trans title=contribution.title, strong=''|safe, endstrong=''|safe -%} Your paper {{ strong }}{{ title }}{{ endstrong }} has been put back to review, after the assessment has been withdrawn. {%- endtrans %}
{% trans %}To see your paper please use the following link:{% endtrans %}
{{- url_for('papers.paper_timeline', contribution, _external=true) -}}
{% endblock %}