$r.render("subscription")
$r.translate("library.notification.title")
#if ($hasSubscriptions == "false")
$r.translate("library.notification.noSubscription")
#else
$r.render("dateChooser")
#if ($hasNews == "false")
$noNews
#else
$r.render("notifications")
#end
#end