{% include 'overall_header.html' %}

{{ INDEXING_TITLE }}

{{ INDEXING_EXPLAIN }} {% if INDEXING_PROGRESS %}
{{ INDEXING_PROGRESS }}{% endif %} {% if INDEXING_RATE %}
{{ INDEXING_RATE }}{% endif %} {% if INDEXING_PROGRESS_BAR %}

{{ INDEXING_PROGRESS_BAR.PERCENTAGE|number_format(2) ~ ' %' }}
{{ lang('SEARCH_INDEX_PROGRESS', INDEXING_PROGRESS_BAR.VALUE, INDEXING_PROGRESS_BAR.REMAINING, INDEXING_PROGRESS_BAR.TOTAL) }} {% endif %}

{% include 'overall_footer.html' %}