{% extends 'stadt/settings.html' %} {% load i18n %} {% block sidebar %} {% with chapter='gestalt-matrix-chat' %}{{ block.super }}{% endwith %} {% endblock %} {% block content %}

{% trans "Chat Settings - Matrix" %}

{% csrf_token %} {% field form.matrix_id %}
{% endblock %}