{% load i18n %} {% load wiki %}
{% 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|wiki }}
{% endwith %}