artifactBean.getArtifactId(), artifactBean.getLatestVersion())));
localContainer.add(new DateLabelWithPlaceholder("lastUpdateDate", Model.of(artifactLastVersionModel.getLastVersionUpdateDate()), DatePattern.SHORT_DATE));
item.add(localContainer);
// Followers count column
Label followersCount = new CountLabel("followersCount", "artifact.follow.dataView.followers",
BindingModel.of(artifactModel, Binding.artifact().followersCount()));
followersCount.add(new AttributeModifier("class", new LoadableDetachableModel<String>() {
private static final long serialVersionUID = 1L;
@Override
protected String load() {
if (artifactModel.getObject() != null && artifactModel.getObject().getFollowersCount() > 0) {