{% extends 'events/papers/emails/base.html' %} {% block subject_message %}{% trans %}New paper comment{% endtrans %}{% endblock %} {% block header_subtitle %}{% trans %}New paper comment{% endtrans %}{% endblock %} {% block header_subtitle_ref %}{% trans id=contribution.friendly_id %}ref #{{ id }}{% endtrans %}{% endblock %} {% block content_header %}

{% trans receiver=receiver %}Dear {{ receiver }},{% endtrans %}

{% trans name=submitter.full_name, strong=''|safe, endstrong=''|safe, title=contribution.title -%} {{ name }} commented on the paper {{ strong }}{{ title }}{{ endstrong }}: {% endtrans %}

{{ comment }}
{% endblock %} {% block content_body %}

{% trans %}You can reply to this comment from within the paper page:{% endtrans %}

{{- url_for('papers.paper_timeline', contribution, _external=true) -}}

{% endblock %}