{% 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 %}
{% endif %}
{% if comment.is_removed %}
{% trans "This comment has been removed." %}
{% else %} {% include "includes/django_comments_xtd/comment_content.html" with content=comment.comment %}{% if allow_feedback %} {% include "includes/django_comments_xtd/user_feedback.html" %} {% endif %} {% if comment.allow_thread %}{% trans "Reply" %}{% endif %} {{ comment.submit_date|timesince }} {% endif %} {% if not comment.is_removed and item.children %} {% render_xtdcomment_tree with comments=item.children %} {% endif %}