if (!groupings.isEmpty()) {
HtmlTableCell groupingCell = row1.createCell(BundleUtil.getString(Bundle.APPLICATION, "label.projectGroup"));
groupingCell.setColspan(groupings.size());
}
HtmlTableCell emailCell = row1.createCell(BundleUtil.getString(Bundle.APPLICATION, "label.mail"));
emailCell.setRowspan(rowSpan);
if (!shiftTypes.isEmpty()) {
HtmlTableCell shiftCell = row1.createCell(BundleUtil.getString(Bundle.APPLICATION, "label.attends.shifts"));
shiftCell.setColspan(shiftTypes.size());