#set($blogCustomStylesheet = $BLOJSOM_BLOG.getBlogProperty("blog-stylesheet")) #if(!$blogCustomStylesheet.equals("")) #end #if(!$blogCustomStylesheet.equals("")) #else #end #if ( $BLOJSOM_ADMIN_PLUGIN_OPERATION_RESULT ) #set ($opResultString = $BLOJSOM_ADMIN_PLUGIN_OPERATION_RESULT.substring(1)) #if ($BLOJSOM_ADMIN_PLUGIN_OPERATION_RESULT.startsWith("$"))
$locStrings.getProperty($opResultString)
#else #if ($BLOJSOM_ADMIN_PLUGIN_OPERATION_RESULT.startsWith(" "))
$locStrings.getProperty($opResultString)
#else
$ESCAPE_TAGS_PLUGIN.escapeTagsInText($BLOJSOM_ADMIN_PLUGIN_OPERATION_RESULT)
#end #end #end

$BLOJSOM_BLOG.getEscapedBlogName()

$BLOJSOM_BLOG.getEscapedBlogDescription()

#set( $totalEntries = 0 )
#foreach ($blogUser in $ALL_BLOG_USERS) #set( $totalEntries = $totalEntries + 1 ) #set($currentBlog = $blogUser.getBlog())
$currentBlog.getEscapedBlogDescription()
#end #if($totalEntries == 0)
$locStrings.getProperty("defaultpage.noweblogs")
#end