{% if not node.user|is_in_admin_group %}
{% trans "Report" %}
{% endif %}
{% if node.parent == None %}
{% trans "reply" %}
{% if do_not_link_replies or node.get_children.count == 0 %}
{{ node.get_children.count }}
{% if node.get_children.count == 0 or node.get_children.count == 1 %}{% trans "reply" %}
{% else %}{% trans "replies" %}
{% endif %}
{% if not node.user|is_in_admin_group %}
{% trans "Report" %}
{% endif %}
{% if node.parent == None %}
{% trans "reply" %}
{% if do_not_link_replies or node.get_children.count == 0 %}
{{ node.get_children.count }}
{% if node.get_children.count == 0 or node.get_children.count == 1 %}{% trans "reply" %}{% else %}{% trans "replies" %}{% endif %}
{% trans "Comments" %}
{% if node.user.is_staff %} {% if settings.gem.GemSettings.moderator_name %} {{settings.gem.GemSettings.moderator_name}} {% else %} {% trans "Big Sister" %} {% endif %} - {% trans "Moderator" %} {% elif node.user_name.lower == 'anonymous' %} {% trans "Anonymous" %} {% else %} {% if not node.user.profile.alias %} {% trans "Anonymous" %} {% else %} {{node.user.profile.alias}} {% endif %} {% endif %}
{{node.submit_date|timesince}} {% trans "ago" %}
{% if node.is_removed %}{% blocktrans %}This comment has been removed by the community. Please read our platform rules{% endblocktrans %}.
{% else %} {% if truncate_comment %}{{ node.comment|smarttruncatechars:115 }}
{% if node.comment.200 %} {% trans "Read more" %} {% endif %} {% else %}{{ node.comment }}
{% endif %}{% trans "Recent replies" %}
{% if page == 1 %} {% trans "Recent replies" %} {% else %} {% trans "Earlier replies" %} {% endif %}
{% if node.user.is_staff %} {% if settings.gem.GemSettings.moderator_name %}{{settings.gem.GemSettings.moderator_name}} {% else %}{% trans "Big Sister" %} {% endif %} - {% trans "Moderator" %} {% elif node.user_name.lower == 'anonymous' %}{% trans "Anonymous" %} {% else %}{% if not node.user.profile.alias %}{% trans "Anonymous" %} {% else %}{{node.user.profile.alias}}{% endif %} {% endif %}
{{node.submit_date|timesince}} {% trans "ago" %}
{% if node.is_removed %}{% blocktrans %}This comment has been removed by the community. Please read our platform rules{% endblocktrans %}.
{% else %} {% if truncate_comment %}{{ node.comment|smarttruncatechars:115 }}
{% if node.comment.200 %} {% trans "Read more" %} {% endif %} {% else %}{{ node.comment }}
{% endif %}{% trans "Recent replies" %}
{% endif %}{% trans "Add your reply" %}