{# SPDX-FileCopyrightText: 2026 TU Wien. SPDX-License-Identifier: MIT #} {%- extends config.BASE_TEMPLATE %} {%- set title = _("ZIP preview error") + " | " + config.THEME_SITENAME -%} {%- block body %}

{{ _('Cannot preview this ZIP file') }}

{{ _('Sorry, unfortunately we cannot preview %(filename)s:', filename=error.file_key) }}

    {{ error.msg }}
  
{% endblock body %}