{% load i18n pybb_tags %} {% pybb_get_profile user=topic.user as profile %} {% trans "User" %} {{ profile.get_display_name }} {% trans "posted a new topic in forum to which you are subscribed:" %}

{{ topic.head.body_html_abs_urls|safe }}

-----
{% trans "Click the link to respond:" %} {{site_url}}{{ topic.get_absolute_url }}
{% trans "Visit the forum:" %} {{site_url}}{{ topic.forum.get_absolute_url }}

{% trans "To manage your subscription for this forum, please visit the following link:" %} {{ site_url }}{{ manage_url }}