{% load wagtailcore_tags %}
{{ 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 "Reply comment on " %}
{{ article.title }}: {{ notice.timesince }} {% trans "ago" %}
-
-
{% endwith %} {% endwith %}{% trans "Original comment" %}:
{{ notice.action_object.parent.comment }}
{% trans "A Reply" %}:
{{ notice.action_object.comment }}