{% if not is_modal %} {% include 'partials/media-list-wrapper__list__dropzone.html.twig' ignore missing %} {% endif %} {% if admin.files is empty %}
{% if (uri.param('type') or uri.param('date')) %}

Filtering by {{ uri.param('type') }} {{ uri.param('date') }}

{% endif %}

No media files found

You need to add media to a page in order to display it here.

{% else %} {% include 'media-list-content.html.twig' with { is_modal: is_modal } %} {# not a partial as used by AJAX #} {% endif %} {{ nonce_field('admin-form', 'admin-nonce')|raw }}
{% include 'partials/spinning-wheel.html.twig' %}