{% load i18n %}

{% blocktrans with comment.content_object.title as post_title and comment.user.get_profile.display_name as display_name %}You have received the reply in post "{{ post_title }}" from user {{ display_name }}{% endblocktrans %}

{{ comment.comment|safe }}
{% trans "See comment" %}