group.client = client;
group.addressClient = address != null ? address.getAsStringShort() : "";
group.receptionLines = new ArrayList<ReceptionLine>();
}
ReceptionLine receptLine = new ReceptionLine(reception);
group.receptionLines.add(receptLine);
Collections.sort(group.receptionLines);
}
model.put("lines", lines);