{% load i18n comments %}
{% if comment.user.is_staff %}
permalink
{{ comment.submit_date|date:"SHORT_DATE_FORMAT" }}
{{ comment.name }}
{% endif %}
{% trans "Comment for:" %} {{ comment.content_object }}
{% if comment.is_removed %} -- {% trans "Inappropriate comments like this one are removed." %} -- {% else %} {{ comment.comment|linebreaks }} {% endif %}
{% if not comment.user.is_staff %}
permalink
{{ comment.submit_date|date:"SHORT_DATE_FORMAT" }}
{{ comment.name }}
{% endif %}