{% load pybb_tags %} {% pybb_get_profile user=post.user as profile %} {% if is_new_topic %} {% trans "User" %} {{ profile.get_display_name }} {% trans "added a new topic" %} ({{ post.topic.name|safe }}) {% trans "to the forum" %} {{site_url}}{{ forum_url }}

{{ post.body_html_abs_urls|safe }}

{% trans "Visit the new topic:" %} {{site_url}}{{ post.topic.get_absolute_url }}
----- {% trans "You're reciving notifications on new topics because you are the moderator of the forum:" %} {{site_url}}{{ forum_url }} {% else %} {% trans "User" %} {{ profile.get_display_name }} {% trans "replied in topic to which you are subscribed." %} ({{ post.topic.name }})

{{ post.body_html|safe }}

-----
{% trans "Click the link to respond:" %} {{site_url}}{{ post.get_absolute_url }}
{% trans "Visit the topic:" %} {{site_url}}{{ post.topic.get_absolute_url }}
{% if user.is_superuser %} {% trans "Add new topic:" %} {{site_url}}{% url 'pybb:add_topic' post.topic.forum.id %}
{% endif %}
{% trans "To unsubscribe this topic, please visit the topic (linked above) and click the Unsubscribe link." %}
{% trans "To manage your subscription for this forum, please visit the following link:" %} {{ site_url }}{{ manage_url }}
{% endif %}