acquia_search_solr-8.x-1.0-beta9/templates/search-api-index.html.twig
templates/search-api-index.html.twig
{#
/**
* @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 acquia_search_info_box %}
{{ acquia_search_info_box }}
{% endif %}
{% if description %}
<p class="description">{{ description|nl2br }}</p>
{% endif %}
{% if index_progress %}
<h3>{{ 'Index status'|t }}</h3>
<div class="search-api-index-status">{{ index_progress }}</div>
{% endif %}
{{ table }}
