{% load i18n %} {% block comment %}
  • {% if comment.user and comment.user == subject.owner %}{% endif %} {% if comment.profile.url %} {{ comment.profile.username }} {% else %}{{ comment.profile.username }}{% endif %} - {% blocktrans with timesince=comment.created|timesince %}{{ timesince }} ago {% endblocktrans %} {% if request.path != comment.subject.reverse_detail %} {% trans "about" %} {{ comment.subject.title }} {% endif %}

    {% if can_moderate and comment.status != "published" %}

    {{ comment.get_status_display }}

    {% endif %}
    {{ comment.content.rendered }}
    {% block actions %}{% endblock %}
  • {% endblock %}