{% load i18n humanize %} {% load commentator_tags %}
  • {{ obj.author }} {{ obj.created_at|naturaltime|default:"Now" }} #
    {{ obj.text|safe|linebreaksbr }}
    {% if request.user.is_authenticated %}
    {% trans "Reply" %}
    {% endif %}
      {{ comments|safe }}