{% if missingFolders and missingFiles %} {% set items = "folders and files"|t %} {% elseif missingFolders %} {% set items = "folders"|t %} {% else %} {% set items = "files"|t %} {% endif %}
{{ 'The following {items} could not be found. Should they be deleted from the index?'|t({ items: items }) }}