}
private void renderList(Renderer r, StringOutput target, FolderComponent fc, URLBuilder ubu, Translator translator, boolean iframePostEnabled) {
VFSContainer currentContainer = fc.getCurrentContainer();
boolean canWrite = currentContainer.canWrite() == VFSConstants.YES;
boolean canDelete = false;
boolean canVersion = FolderConfig.versionsEnabled(fc.getCurrentContainer());
for (Iterator<VFSItem> iter = fc.getCurrentContainerChildren().iterator(); iter.hasNext();) {
VFSItem child = iter.next();
if (child.canDelete() == VFSConstants.YES) {