userTagService.hasIgnoreTag(tmpl.getCurrentUser(), tag)
);
}
}
TagInfo tagInfo = tagService.getTagInfo(tag, true);
modelAndView.addObject("counter", tagInfo.topicCount());
modelAndView.addObject("url", tagListUrl(tag));
modelAndView.addObject("favsCount", userTagService.countFavs(tagInfo.id()));
if (offset<200 && preparedTopics.size()==20) {
modelAndView.addObject("nextLink", buildTagUri(tag, sectionId, offset + 20));
}