{% include 'groups/_avatar.html' with group=group link=False %}

{{ group.name }}

Kurzbeschreibung
{% if group.description %} {% markdown group.description preset='linkonly' %} {% else %} Die Gruppe war zu beschäftigt eine Kurzbeschreibung zu hinterlegen. {% endif %}
{% if group.tags.exists %}
Schlagworte
{% tags group.tags.all %}
{% endif %} {% if group.address %}
Anschrift
{{ group.address|linebreaks }}
{% endif %} {% if group.url %}
Website
{{ group.url|cut:'http://'|cut:'https://'|cuttrailing:'/' }}
{% endif %}
Gründung
{{ group.date_founded|date:'Y' }} gegründet
{% load rules %} {% has_perm 'memberships.create_membership' user group as can_create %} {% has_perm 'memberships.view_list' user group as can_list %} {% has_perm 'sharing.invite_member' user group as can_invite %} {% has_perm 'memberships.try_to_join' user group as can_join %} {% has_perm 'conversations.create_group_conversation_with_membership_application' user group as can_apply %}
Anzahl Mitglieder
{% if can_list %} {% endif %} {% with num_members=group.memberships.count %} {{ num_members }} Mitglied{{ num_members|pluralize:"er" }} {% endwith %} {% if can_list %}{% endif %} {% if can_join %} · Beitreten {% elif can_invite %} · Mitglied einladen {% elif can_create %} · Mitglied aufnehmen {% elif can_apply %} · Mitgliedschaft beantragen {% else %} · Gruppe weiterempfehlen {% endif %}
{% if group.closed and can_list %}
Geschlossene Gruppe
Geschlossene Gruppe
{% endif %}
{% with num_subscribers=group.subscriptions.count %} {{ num_subscribers }} Abonnentin{{ num_subscribers|pluralize:'nen' }} {% endwith %} · {% load rules %} {% has_perm 'subscriptions.create' user group as can_subscribe %} {% if can_subscribe %} {% if user.is_authenticated %}
{% csrf_token %}
{% else %} Abonnieren {% endif %} {% else %} Weiterempfehlen {% endif %}
{% load rules %} {% has_perm 'groups.change' user group as can_view_details %} {% if GROUPRISE_MAILINGLIST_ENABLED and can_view_details %}
E-Mail-Adresse, an die Gruppenmitglieder E-Mails versenden können
{{ group.slug }}@{{ site.domain }}
{% endif %} {% test_rule "is_matrix_chat_enabled" as matrix_chat_enabled %} {% test_rule "matrix_chat.room_is_populated" public_chat_room as public_chat_room_is_populated %} {% if matrix_chat_enabled %} {% if public_chat_room and public_chat_room.is_visible %} {% if can_view_details or public_chat_room_is_populated %}
Öffentlicher Chatraum der Gruppe
{% endif %} {% endif %} {% if private_chat_room and can_view_details and private_chat_room.is_visible %}
Interner Chatraum der Gruppe
{% endif %} {% endif %}
URL auf {{ about_group }}
{{ site.domain }}/{{ group.slug }}