{{ comment.submit_date }} - {% if comment.url and not comment.is_removed %}{% endif %}{{ comment.name }}{% if comment.url %}{% endif %}{% if comment.user and comment.user|has_permission:"django_comments.can_moderate" %} {% trans "moderator" %}{% endif %} ΒΆ
{% if not comment.is_removed and perms.comments.can_moderate %}
{% endif %}
{% if comment.is_removed %}
{% trans "This comment has been removed." %}
{% else %}
{% include "includes/django_comments_xtd/comment_content.html" with content=comment.comment %}
{% trans "This comment has been removed." %}
{% else %}