final InfoLessonInstanceAggregation infoLessonInstanceAggregation = (InfoLessonInstanceAggregation) showOccupation;
if (!infoLessonInstanceAggregation.availableInAllWeeks()) {
builder.append("<span>");
builder.append(BundleUtil.getString(Bundle.CANDIDATE, "label.weeks"));
builder.append(": ");
builder.append(infoLessonInstanceAggregation.prettyPrintWeeks());
builder.append(" ");
builder.append("</span>");
}
}
builder.append(super.renderSecondLine(context, lessonSlot));