{% load wagtailcore_tags %}
{% trans "replied to your comment on: " %}
{{ notice.action_object.parent.comment }}
{{ notice.action_object.comment }}
{% if comment.user.is_staff %}{% if settings.gem.GemSettings.moderator_name %}{{settings.gem.GemSettings.moderator_name}}{% else %}{% trans "Big Sister" %}{% endif %}{% elif 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 %}-
-
{% if node.parent %}{% trans "Your comment" %}:
{{ notice.action_object.parent.comment }}
{% trans "A reply" %}:
{{ notice.action_object.comment }}