renderFragment("outputEndRow");
n++;
}
renderFragment("endTable");
BackOfficePermission workspacePerm = BackOfficePermission.newInstance(null, BackOfficePermission.ACTION_CREATE_WORKSPACE);
if (getUserStatus().hasPermission(workspacePerm)) {
renderFragment("outputCreateWorkspaceStart");
setAttribute("error", workspacesPropertiesHandler.hasError("name"));
renderFragment("outputCreateWorkspaceName");
renderI18nInputs("name", 50, getWorkspacesPropertiesHandler().getName());