%while ( $Group = $Groups->Next) {
<A HREF="Modify.html?id=<%$Group->id%>"><%$Group->id%>: <%$Group->Name%></a><BR>
%}
<%INIT>
my ($Group);
my $Groups = new RT::Groups($session{'CurrentUser'});
$Groups->UnLimit;
</%INIT>
<%ARGS>
</%ARGS>
