{% extends 'stadt/stadt.html' %} {% load i18n %} {% load rules %} {% block title %}Einstellungen - {{ block.super }}{% endblock %} {% block menu %}{% menu %}{% endblock %} {% block heading_title_text %}Einstellungen{% endblock %} {% kwacro gestalt_links %}
  • Allgemein
  • Bilder
  • {% trans "Benachrichtigungen" %}
  • E-Mail-Adressen
  • {% test_rule "is_matrix_chat_enabled" as matrix_chat_enabled %} {% if matrix_chat_enabled %}
  • {% trans 'Chat (Matrix)' %}
  • {% endif %}
  • Kennwort
  • {% endkwacro %} {% kwacro group_links %} {% has_perm 'groups.change' user group as can_edit_group_settings %} {% if can_edit_group_settings %}
  • Allgemein
  • Bilder
  • {% endif %}
  • Benachrichtigungen & Mitgliedschaft
  • {% test_rule "is_matrix_chat_enabled" as matrix_chat_enabled %} {% if can_edit_group_settings and matrix_chat_enabled %}
  • {% trans 'Chat (Matrix)' %}
  • {% endif %} {% test_rule "is_geo_enabled" as geo_enabled %} {% if can_edit_group_settings and geo_enabled %}
  • {% trans 'Location' %}
  • {% endif %} {% endkwacro %} {% block content_before %} {% endblock %} {% block sidebar %} {% if user.is_authenticated %} {% endif %} {% if group %} {% endif %} {% endblock %}