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

The following file will be converted from an AssetFile to a StaticFile. The file will no longer be editable. The original AssetFile will be deleted.

{% trans "Path" %} {{ asset_file.path }}
{% trans "Type" %} {{ asset_file.type }}
{% trans "Size" %} {{ asset_file.data|length }} bytes
{% csrf_token %} {% trans "Cancel" %}
{% endblock %}