[% WRAPPER layout.tt title="Overview" %] [% PROCESS common.tt %] [% IF newItems.size != 0 %]
[% FOREACH i IN newsItems %] [% contents = String.new(i.contents) %]

[% INCLUDE renderDateTime timestamp=i.createtime %] by [% i.author.fullname %]
[% contents.replace('\n','
\n') %] [% END %]

[% END %]

Projects

The following projects are hosted on this server:

[% FOREACH p IN projects %] [% END %]
Id Name Description
[% INCLUDE renderProjectName project = p.name %] [% HTML.escape(p.displayname) %] [% WRAPPER maybeLink uri=p.homepage %][% HTML.escape(p.description) %][% END %]
[% IF c.user_exists %]

[ [% INCLUDE maybeLink uri = c.uri_for(c.controller('Project').action_for('create')) content = "Create project" %] ]

[% END %] [% END %]