{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block configuration %}
{% csrf_token %}

{% trans "Configuration" %}

{{ form|bootstrap_horizontal:'col-md-4' }}
{% endblock %}