{% load i18n %} {% load comments %} {% load comments_ink %} {% with anchor=comment|get_anchor %}
{{ comment.level|indent_divs }}
{% if not comment.is_removed and comment_votes_enabled and comment.level == 0 %}
{% include "comments/themes/avatar_in_header/comment_votes.html" %}
{% endif %}
{% get_user_avatar_or_gravatar comment.user_email "36,identicon" %}
{% if comment.url and not comment.is_removed %}{{ comment.name }}{% else %}{{ comment.name }}{% endif %}
{{ comment.submit_date }}  
{% if comment.is_removed %}

{% trans "This comment has been removed." %}

{% else %} {{ comment.comment|linebreaks|escape }} {% endif %}
{% endwith %}