{% extends PYBB_TEMPLATE_MAIL_HTML|default:"pybb/mail_templates/base-html.html" %} {% load i18n pybb_tags %} {% block content %} {% pybb_get_profile user=post.user as profile %} {% with link_end=''|safe %}
{% blocktrans with username=profile.get_display_name %}User {{ username }} replied in topic to which you are subscribed.{% endblocktrans%}
{% blocktrans with topic_name=post.topic.name link_post_start=''|safe link_topic_start=''|safe %}Follow {{ link_post_start }}this link{{ link_end }} to see the new post on the topic {{ link_topic_start }}{{ topic_name }}{{ link_end }}.{% endblocktrans%}