{% load i18n %} {% load endless %} {% load photo %} {% paginate comments %} {% for comment in comments %}
{{comment.description|safe}}
{{comment.user.username}}
{% if comment.user.id == user.id %} {% endif %}
{% endfor %} {% show_more %}