{% load i18n %} {% load endless %} {% load photo %} {% load forum_tags %} {% paginate comments %} {% for comment in comments %}
{{comment.description|safe}}
{{comment.user|get_path_profile|safe}}
{% if comment.user.user.online %}
Online
{% else %}
Online
{% endif %} {% trans "Last Seen" %} {% if comment.user.user.last_seen %} {{ comment.user.user.last_seen|timesince }} {% else %} {% trans "awhile ago" %} {% endif %}
{% if comment.user.id == user.id %}
{% trans "Remove" %}
{% endif %}
{% endfor %} {% show_more %}