{% load i18n %} {% load wiki %} {# Generate a summary for 'content' object #}
{% with content.owner_for_display as account %} {% include 'account/medium.thumbnail.alone.html' %} {% endwith %}
{% include 'actions/content_summary.part.html' %}
{{ content.owner_for_display.title }} {% if not content.owner_for_display.id == content.publisher_id %} » {{ content.publisher.title }} {% endif %}
{% if content.detail_view %}
{{ content.title_or_description }}
{% with content.thumbnails.summary as thumbnail %} {% include 'content/thumbnail.link.part.html' %} {% endwith %}
{{ content.description|wiki }}
{% endif %}
    {% include 'content/summary.comments.part.html' %}
{% with content.last_comments as comments %} {% include 'content/comments.part.html' %} {% endwith %}