| <%= StringUtils.escapeHTMLTags(room.getName()) %> | <%= room.getOccupantsCount() %><% if (room.getMaxUsers() > 0) { %> / <%= room.getMaxUsers() %><% } %> | <%= dateFormatter.format(room.getCreationDate()) %> | <%= dateFormatter.format(room.getModificationDate()) %> |