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