{% load i18n glue_tags %} {% block comment %}
{% if comment.user and comment.user == subject.owner %}{% icon "fi-crown" %}{% 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 %}