{% extends 'stadt/settings.html' %} {% block sidebar %} {% with chapter='gestalt-notifications' %}{{ block.super }}{% endwith %} {% endblock %} {% block content %}
{% csrf_token %}

Benachrichtigungen

{% field_checkbox form.receives_builtin_inbox_notifications %} {% field_checkbox form.receives_email_notifications %} {% field_checkbox form.receives_matrix_notifications %}
{% endblock %}