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