{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}

{{title}}

The search string was:

{% if error_message %}

It produced the error:

You might want to check your syntax using jsonlint.com. If your syntax is correct, there may be a bug; please file an issue with a copy-paste of your query.

{% else %} {% if files %}

The matched files are listed below. {% if staging_available %} Skip down to the {{staging_dest_displayed}} staging section. {% endif %}

{{macros.file_listing(files)}} {% else %}

No files matched this search.

{% endif %} {% if staging_available %}

Staging to {{staging_dest_displayed}}

You can launch a task that re-runs this search and copies the matched files to {{staging_dest_displayed}}. Only files that have instances that are directly accessible to the Librarian can be copied.

{{macros.staging_form_ui(staging_username_placeholder, staging_dest_path)}}
{% endif %} {% endif %} {% endblock %}