{# SPDX-FileCopyrightText: 2015-2019 CERN. 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 %}