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

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

{% endblock %} {% block commentsbody %}
{% block precommentslist %}
{% inline_trans "Reply" %}
{% endblock %} {% block commentsform %}
{% endblock %} {% block commentslist %} {% 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 %} {% endblock %} {% block postcommentslist %} {% endblock %}
{% endblock %}