{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% block content %}

{{ title }}

{% blocktrans trimmed %} App configurations will be updated. {% endblocktrans %}

{% csrf_token %}
{% endblock %}