if (!content.getChannel().getStaticContent()) {
throw new StaticPageNotOpenException(
"content.staticNotOpen", count, content.getTitle());
}
if(!content.isChecked()){
throw new ContentNotCheckedException("content.notChecked", count, content.getTitle());
}
if (staticPageSvc.content(content)) {
list.add(content);
count++;
}