{% extends 'stadt/stadt.html' %} {% load i18n static %} {% block title %}Hilfe - {{ block.super }}{% endblock %} {% block content_header %} {% include 'stadt/_index_header.html' %} {% endblock %} {% block heading_title %}

Hilfe

{% endblock %} {% block content %} {% if about_text %}

Über {{ about_group }}

Finde heraus, worum es hier geht.

{% endif %} {% if tools_text %}

Werkzeuge im Detail

Lies nach, welche Funktionen es gibt.

{% endif %}

Textformatierung

So kannst du deine Texte gestalten.

{% test_rule "is_matrix_chat_enabled" as matrix_chat_enabled %} {% if matrix_chat_enabled %}

{% trans "Chat / Instant Messaging" %}

{% trans "Instant communication within groups or between individuals." %}

{% endif %}
{% include 'core/_heading.html' with title='Kontakt' icon='sg-message' %}

Du findest Dich noch nicht zurecht oder hast Verbesserungsvorschläge? Schreib uns, wir helfen Dir gerne.

{% include 'conversations/_create_form.html' %}
{% include 'core/_heading.html' with title='Mehr' icon='sg-more' %}
{% if about_group %}
{% if about_group.avatar %} {% endif %}

Gruppe @{{ about_group.slug }}

Die Menschen hinter der Plattform {{ GROUPRISE_SITE_NAME }}

{% endif %}

Impressum

Juristische Angaben zu Betreiberin und Betrieb

Datenschutz

Was mit deinen Daten passiert

grouprise

Die Software, mit der {{ about_group }} betrieben wird

{% endblock %}