{% if missingFolders and missingFiles %} {% set items = "folders and files"|t('app') %} {% elseif missingFolders %} {% set items = "folders"|t('app') %} {% else %} {% set items = "files"|t('app') %} {% endif %} {% if skippedFiles %}

{{ "Skipped files"|t('app', { items: items }) }}

{{ 'The following items were not indexed.'|t('app') }}

{% endif %} {% if missingFiles or missingFolders %}

{{ "Missing {items}"|t('app', { items: items }) }}

{{ 'The following {items} could not be found. Should they be deleted from the index?'|t('app', { items: items }) }}

{% endif %}