{% extends 'events/abstracts/emails/base.html' %} {% block subject_message %}New abstract comment{% endblock %} {% block header_subtitle %}New abstract comment{% endblock %} {% block header_subtitle_ref %}ref #{{ abstract.friendly_id }}{% endblock %} {% block content_header %}
Dear {{ recipient.first_name }},
{{ submitter.full_name }} commented on the abstract {{ abstract.title }}:
{{ comment }}{% endblock %} {% block content_body %}
You can view this comment on the abstract page:
{{- url_for('abstracts.display_abstract', abstract, management=false, _external=true) -}}
{% endblock %}