Message publishedBefore = ReviewStep.T_no;
if (submission.isPublishedBefore())
publishedBefore = ReviewStep.T_yes;
initSection.addLabel(T_multiple_titles);
initSection.addItem(multipleTitles);
initSection.addLabel(T_published_before);
initSection.addItem(publishedBefore);
//return this new review section