{% load i18n comments comments_xtd %}
permalink ⋅ {{ comment.submit_date|date:"DATETIME_FORMAT" }}
{% trans "sent by" %} {{ comment.name }} {% trans "to" %} {{ comment.content_object }}
{% if comment.is_removed %} -- {% trans "Inappropriate comments like this one are removed." %} -- {% else %} {{ comment.comment|render_markup_comment }} {% endif %}