{% load i18n mezzanine_tags comment_tags rating_tags %}
{{ comment.comment|comment_filter }}
{% trans "Link" %} / {% trans "Reply" %} {% else %} {% if request.user.is_staff %} {% if comment.url %}{{ comment.comment|comment_filter }}
{% endif %}{% if comment.is_removed %} {% trans "Comment deleted" %} {% else %} {% trans "Comment awaiting approval" %} {% endif %} {% blocktrans with sometime=comment.submit_date|timesince %}{{ sometime }} ago{% endblocktrans %}
{% endif %} {% endeditable %} {% if settings.COMMENTS_USE_RATINGS %} {% rating_for comment %} {% endif %} {% comment_thread comment %}