{# SPDX-FileCopyrightText: 2025 CESNET i.a.l.e. SPDX-License-Identifier: MIT #} {%- extends config.PREVIEWER_ABSTRACT_TEMPLATE %} {%- block head %} {{super()}} {%- endblock %} {%- block panel %} {% if error %}
{{ _(error) }}
{% else %}

{{ file.filename }}

{%- if limit_reached %}
{{ _('The previewer is not showing all the files.') }}
{%- endif %}
{%- endif %} {%- endblock %}