Move {% if fileFolderCount > 0 %}{{ fileFolderCount }} {% if fileFolderCount == 1 %} {{ t("folder", "folder")|title }} {% else %} {{ t("folders", "folders")|title }} {% endif %} {% endif %} {% if fileFolderCount > 0 and fileCount > 0 %} & {% endif %} {% if fileCount > 0 %}{{ fileCount }} {% if fileCount == 1 %} {{ t("file", "file")|title }} {% else %} {{ t("files", "files")|title }} {% endif %} {% endif %}