{% extends 'email/base.html' %} {% block content %}
{{ _('Reply to thread: {title}')|f(title=thread) }}
{% trans author=display_name(author) %} {{ author }} has replied to a thread you're watching. Here is their reply: {% endtrans %}
{{ _('View this post on the site.') }}