#render( $logo ) Community created: #formatDate( $community.CreationDate ) #if( $community.LastAccessDate ) Last accessed: #formatDate( $community.LastAccessDate ) #end #if( $community.LastUpdateDate ) Profile last updated: #formatDate( $community.LastUpdateDate ) #end
## TODO: Reserved for Invite or Join button
|
$!type
#if( $category )
#set( $limit = $category.getNumLevels() - 1 )
Category: #foreach( $i in [0..$limit] ) #if( $i > 0 ): #end #set( $c = $category.getIDAtLevel($i) ) #encodeHTML( $category.getTitleAtLevel($i) ) #end #end #if( $synopsis ) #encodeHTML( $synopsis ) #end #set( $u = $community.HostUser.Name )Host: #encodeHTML( $u )
Location: Primary Language: #encodeHTML( $language.Name ) #if( $rules )Standards of Conduct: #encodeHTML( $rules ) #end #if( $homepage )Home Page: #encodeHTML( $homepage ) #end |