{% load cache %} {#{% cache cache_timeout conversation-preview content.id %}#} {% with c=association.container %}
{% if group_avatar and association.entity.is_group %} {% include 'entities/_group_avatar.html' with group=association.entity link=False size=64 %} {% else %} {% include 'entities/_gestalt_avatar.html' with gestalt=c.texts.first.author link=False size=64 %} {% endif %}
{{ c.subject }}
{% with num_replies=c.texts.count|add:'-1' %} {% if num_replies == 0 %} noch keine Antwort {% else %} {{ num_replies }} Antwort{{ num_replies|pluralize:'en' }} {% endif %} {% endwith %}
{% with time_created=c.texts.first.time_created %} {% endwith %} {% include 'conversations/_contributors.html' with contributors=c.get_authors max_shown=10 %}
{% endwith %} {#{% endcache %}#}