<% use obfui::cmn; my ($flist) = @_;  %>
<% if (!@$flist) { %>
<%= __('No projects were created - nothing to choose from. You have to either create new or import existing project.') %>
<% } else { %>
    <%= __('Choose one of the projects by clicking on its name:') %>
<ul>
<% foreach (@$flist) { 
    my ($id,$title) = @$_; %>
    <li><a class=noul href=../<%$ $id %>/>		<%= $title %>	</a>
<% }
}
%>
</ul>
