{% load cache %} {% kwacro preview_body %}
{% with cover_url=group.get_cover_url %} {% if cover_url %}
{% else %}
{% endif %} {% endwith %} {% include "groups/_avatar.html" with group=group link=False %} {% if user.is_authenticated %}
{% if user.gestalt in group.subscribers %} {% else %} {% endif %} {% include_features '_group_preview_stats.html' %}
{% endif %}

{{ group.name }}

{% if group.description %} {{ group.description }} {% else %} Diese Gruppe hat noch keine Beschreibung auf {{ about_group }} hinterlegt. {% endif %}

{% endkwacro %} {% if link %} {% usekwacro preview_body %} {% else %}
{% usekwacro preview_body %}
{% endif %}