{# /** * @file * Default theme implementation for displaying a search index. * * Available variables: * - table: The index info table. * - description: The index description. * - index_progress: The index progress. * * @see template_preprocess_search_api_index() * * @ingroup themeable */ #} {% if description %}

{{ description|nl2br }}

{% endif %} {% if index_progress %}

{{ 'Index status'|t }}

{{ index_progress }}
{% endif %} {{ table }}