<% use obfui::cmn; my ($prj,$rlist,$eltype) = @_; %>
<% if (@$rlist) { %>
<$eltype class=compattoc>
<%  foreach my $k (@$rlist) {
	my $desc =$prj->{modes}->{$k}->{descr};
	$tip{_tmp} = $desc;
%>
<li><a class=noul
	href=modes.edit.$k><%= $prj->{modes}->{$k}->{title} %></a>$tip{_tmp}
<% } %>
</$eltype>
<% } else { %>
<p><%= __('No modes found') %>
<% } %>
