{% extends "layout_fluid.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Backlog search" %}{% endblock %} {% block h1 %}{% trans "Backlog search" %}{% endblock %} {% block page_id %}backlog-search{% endblock %} {% block extra_css %} {% endblock %} {% block js %} {% endblock %} {% block content %} {% if search_transfers_enabled %} {% include "ingest/backlog/_search_form.html" with show_files=True %}
{% trans "Sorry, Elasticsearch indexing has been disabled for the Transfers related indexes in this Archivematica installation. The backlog tab is non-functional when indexing is turned off." %}
{% endif %} {% endblock %}