[% WRAPPER layout.tt title="Overview" %] [% PROCESS common.tt %] [% IF newItems.size != 0 %]
[% END %]The following projects are hosted on this server:
Id | Name | Description | [% IF c.check_user_roles('admin') %]Options | [% END %]
---|---|---|---|
[% INCLUDE renderProjectName project = p.name %] | [% HTML.escape(p.displayname) %] | [% WRAPPER maybeLink uri=p.homepage %][% HTML.escape(p.description) %][% END %] | [% IF c.check_user_roles('admin') %][ [% IF p.hidden %] [% INCLUDE maybeLink uri = c.uri_for('/project' p.name 'unhide') content = "Unhide" %] [% ELSE %] [% INCLUDE maybeLink uri = c.uri_for('/project' p.name 'hide') content = "Hide" %] [% END %] ] | [% END %]
[ [% INCLUDE maybeLink uri = c.uri_for(c.controller('Project').action_for('create')) content = "Create project" %] ]
[% END %] [% END %]