{% load wagtailcore_tags i18n %}
{% with notice.target as article %} {% with notice.action_object as comment %} {% if comment.user_name.lower == 'anonymous' %} {{comment.user_name}} {% else %} {% if not comment.user.profile.alias %} {% trans "Anonymous" %} {% else %} {{comment.user.profile.alias}} {% endif %} {% endif %} {% trans "replied to your comment on:" %}{{ article.title }} {{ notice.timesince }} {% trans "ago" %} {% endwith %} {% endwith %}

Your Comment:

{{ notice.action_object.parent.comment }}

Their Reply:

{{ notice.action_object.comment }}