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

The following file will be converted from a StaticFile to an AssetFile (CSS). The original StaticFile will be deleted.

{% trans "Path" %} {{ static_file.path }}
{% trans "Size" %} {{ static_file.data|length }} bytes

{% trans "Preview" %}

{{ preview }}
{% csrf_token %} {% trans "Cancel" %}
{% endblock %}