& /Elements/Header, Title => "Comments about $name" &>
These comments aren't generally visible to the user:
<%ARGS>
$id=>undef
%ARGS>
<%INIT>
require RT::User;
my $user=RT::User->new($session{CurrentUser});
$user->Load($id) || die "Couldn't load user ($id)";
my $name=$user->RealName || $user->EmailAddress;
if ($ARGS{Comments}) {
$user->_Set('Comments',$ARGS{Comments});
}
%INIT>