{% load endless %} {% if comments %} {% paginate comments %} {% for comment in comments %}
{{ comment.user_name }}
{{ comment.bodytext|linebreaks }}
{% endfor %} {% show_more "Load more comments" %} {% else %}

There's no comments...

{% endif %}