{% 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 %}
{% load memberships %}
{% if user.gestalt|is_member:group %}
{% else %}
{% endif %}
{% endif %}
{{ group.name }}
{% if group.description %}
{% markdown group.description preset='linkonly' %}
{% else %}
Diese Gruppe hat noch keine Beschreibung auf {{ about_group }} hinterlegt.
{% endif %}