{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "admin/base_site.html" %} {% load i18n %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% include "admin/koriander/s3/includes/breadcrumbs.html" %} {% endblock %} {% block content %}

{% trans "Select whether you're using AWS S3 or AWS S3 compatible storage" %}

{% csrf_token %} {{ form }}
{% trans "Back to site settings" %}
{% endblock %}