{% extends 'email/base.html' %} {% block content %}
{{ _('New thread: {title}')|f(title=thread) }}
{% trans author=display_name(author) %} {{ author }} has posted a new thread in a forum you're watching. Here is the thread: {% endtrans %}
{{ _('View this post on the site.') }}