{% 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|wiki }}
{% endif %}
-
{% include 'content/summary.comments.part.html' %}
{% with content.last_comments as comments %}
{% include 'content/comments.part.html' %}
{% endwith %}