{% load i18n %} {% load comments %} {% load comments_xtd %}
{% trans "This comment has been removed." %}
{% include "includes/django_comments_xtd/comment_content.html" with content=comment.comment %} {% if comment.allow_thread and not comment.is_removed %} {% trans "Reply" %} {% endif %}
{{ comment.submit_date }} - {% if comment.url and not comment.is_removed %}{% endif %}{{ comment.name }}{% if comment.url %}{% endif %} ¶
{% if comment.is_removed %}{% trans "This comment has been removed." %}
{% else %}{% include "includes/django_comments_xtd/comment_content.html" with content=comment.comment %}
{% endif %}{% if comment.allow_thread and not comment.is_removed %} {% trans "Reply" %} {% endif %}