{% load i18n %} {% load comments_tree %}
{{ comment.user_email|tree_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_tree/comment_content.html" with content=comment.comment %}
{% endif %}