[%# Display a list of projects #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 closehead = 1 help = "x370.html" %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] [% feedback %] [% END %]

Project list

[%# Display the table header #%] [% FOREACH project = projects %] [% FLUSH IF loop.count() % 10 == 1 %] [% END %]
Name Description State # Open Topics # Topics
[% project.name | html_entity %] [% project.description | html_entity %] [% project.state | html_entity %] [% project.num_open_topics %] [% project.num_topics %]
 


Create new project [% PROCESS trailer.html.tmpl %]