{% load i18n %} {% load comments %} {% load comments_xtd %}
{{ comment.user_email|xtd_comment_gravatar }}
{% 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 %}
{% if allow_flagging and item.flagged %} {% elif allow_flagging %} {% endif %} {% if perms.comments.can_moderate %} {% if item.flagged_count %} {{ item.flagged_count }} {% endif %} {% endif %}
{% 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 %}