{% load humanize %} {% load i18n %} {% for comment in feed.get_comments %}
  • {% if comment.user == user %} {% endif %}

    {{ comment.user.profile.get_screen_name }} {{ comment.date|naturaltime }}

    {{ comment.linkfy_post|safe }}
  • {% empty %}
  • {% trans 'Be the first one to comment' %}
  • {% endfor %}