<& /Elements/TitleBoxStart, title => "id."\">Tickets from $name", titleright=> "id."\">Comments about $name" &>
%while (my $w=$tickets->Next) { <%$w->Id%>: <%$w->Subject%> (<%$w->Status%>)
%}
<% ($User->Comments || "No comment entered about this user") %>
<& /Elements/TitleBoxEnd &> <%ARGS> $User=>undef <%INIT> my $name=$User->RealName || $User->EmailAddress; my $tickets = new RT::Tickets($session{'CurrentUser'}); $tickets->LimitRequestor(VALUE => $User->EmailAddress);