}
// DIVISION: policies-confirm-delete
Division deleted = body.addInteractiveDivision("policies-confirm-delete",contextPath+"/admin/authorize",Division.METHOD_POST,"primary administrative authorization");
deleted.setHead(T_confirm_head);
deleted.addPara(T_confirm_para);
Table table = deleted.addTable("policies-confirm-delete",policies.size() + 1, 4);
Row header = table.addRow(Row.ROLE_HEADER);
header.addCell().addContent(T_head_id);
header.addCell().addContent(T_head_action);