{% 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.id == user.id %} {% endif %}
{% endfor %} {% show_more %}