{% 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 %}
{% trans %}Reviewer:{% endtrans %}
{{- review.user.full_name -}}
{% trans %}Review type:{% endtrans %}
{{- review.type.title -}}
{% trans %}Proposed action:{% endtrans %}
{{- review.proposed_action.title -}}
{% if review._comment %}
{% trans %}Comment:{% endtrans %}
{{- review._comment -}}
{% endif %}
{% endblock %}