{% load i18n %} {% load comments %} {% load comments_xtd %}
  • {{ comment.user_email|xtd_comment_gravatar }}
    {% trans "Posted to "%} {{ comment.content_object }} -  {{ comment.submit_date|timesince }} - {% 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 %}