{% extends 'events/papers/emails/base.html' %} {% block subject_message %}{% trans %}Paper reviewed{% endtrans %}{% endblock %} {% block header_subtitle %}{% trans %}Paper reviewed{% endtrans %}{% endblock %} {% block header_subtitle_ref %}{% trans id=contribution.friendly_id %}ref #{{ id }}{% endtrans %}{% endblock %} {% block content_header %}
{% trans name=receiver.first_name %}Dear {{name }},{% endtrans %}
{% trans strong=''|safe, endstrong=''|safe, title=contribution.title -%} A reviewer just left a review on the paper {{ strong }}"{{ title }}"{{ endstrong }}. {%- endtrans %}
{% trans %}In order to cast your judgment please follow the link to the paper below:{% endtrans %}
{{- url_for('papers.paper_timeline', contribution, _external=true) -}}
{% endblock %} {% block content_body %}