% while (my $KeywordSelect = $KeywordSelects->Next()) {

<%$KeywordSelect->Name %>:
<% $KeywordSelect->Single ? 'Single' : 'Multiple' %>
children of
<% $KeywordSelect->KeywordObj->Path %>
% if ($KeywordSelect->Depth) {
	  up to <%$KeywordSelect->Depth%> levels deep
% }
<BR>
%} 
<%INIT>
my $KeywordSelects = RT::KeywordSelects->new($session{'CurrentUser'});
$KeywordSelects->LimitToGlobals();
</%INIT>
