#** Display the details of a role. @author David Sean Taylor @version $Id$ *#
#if ($errorTemplate) #end #if (!$role) #set ($rname = "") #else #set ($rname = $role.Name) #end #formCell ("Role Name" "name" $rname)
#parse ($errorTemplate)
#* Check for a mode, the update and delete buttons shouldn't appear when inserting a new user. *# #if ($mode == "update") #elseif ($mode == "delete") #else #end $!msg