{% 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 %}
{{ 'The following items were not indexed.'|t('app') }}
{{ 'The following {items} could not be found. Should they be deleted from the index?'|t('app', { items: items }) }}