{% if missingFolders and missingFiles %} {% set items = "folders and files"|t %} {% elseif missingFolders %} {% set items = "folders"|t %} {% else %} {% set items = "files"|t %} {% endif %}

{{ "Missing {items}"|t({ items: items }) }}

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