{% load wagtailcore_tags %}
{% 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 "Reply comment on " %}

{{ article.title }}: {{ notice.timesince }} {% trans "ago" %}

{% endwith %} {% endwith %}