{% load i18n %} {% load wiki %} {% for comment in content.comments.all %}
{% with comment.owner_for_display as account %} {% include 'account/small.thumbnail.alone.html' %} {% endwith %}
{% with comment as content %}
{% include 'actions/content_summary.part.html' %}
{{ content.title_or_description|fullwiki }}
{% endwith %}
{% endfor %} {# Display the comment form if it's available #} {% if form %}
{% endif %}