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

Dear {{ receiver }},

{{ submitter.full_name }} commented on the paper {{ contribution.title }}:

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

You can reply to this comment from within the paper page:

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

{% endblock %}