{% 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_link %}
{% else %} {{ content.title_or_description|wiki }} {% endif %} {% if content.detail_link %} {{ content.description|safe|wiki }}
{% endif %}