{% if notification.association.container.is_conversation %} {% include 'conversations/_preview.html' with association=notification.association show_type=True is_read=notification.is_read %} {% else %} {% with c=notification.association.container %}
{% if group_avatar and notification.association.entity.is_group %} {% include 'groups/_avatar.html' with group=notification.association.entity link=False size=64 %} {% else %} {% include 'gestalten/_avatar.html' with gestalt=c.versions.first.author link=False size=64 %} {% endif %}
{{ c.subject }}
{% if not notification.is_read %} neue Aktivität, {% endif %} {% with num_comments=c.contributions.count %} Beitrag{% if num_comments > 0 %},{% endif %} {% if num_comments > 0 %} {{ num_comments }} Kommentar{{ num_comments|pluralize:'e' }} {% endif %} {% endwith %}
{% time c.versions.first.time_created %} {% include 'content/_content_visibility.html' with small=True %}
{% include 'associations/_contributors.html' with contributors=c.get_authors max_shown=10 %}
{% endwith %} {% endif %}