{% load wagtailcore_tags %}
{% if node.parent %}
{% endif %} {% with notice.target as article %} {% with notice.action_object as 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 %}
{% endif %}