{% load pagination_tags inlinetrans i18n comment_tags %} {% comments_media %}

{% inline_trans "Comments on this content" %}:

{% inline_trans "Reply" %}
{% if comments %} {% if has_pagination %} {% autopaginate comments number_of_comments %} {% paginate %} {% endif %} {% for comment in comments %} {% content_comment content comment show_links show_children %} {% endfor %} {% if has_pagination %} {% paginate %} {% endif %} {% endif %}