[% WRAPPER layout.tt title="Project $project.name" %] [% PROCESS common.tt %]
[% IF project.jobsets %]
This project has the following jobsets:
[% IF isProjectOwner %] [% END %]
[% INCLUDE renderJobsetOverview %] [% ELSE %]

No jobsets have been defined yet.

[% END %]
Display name: [% HTML.escape(project.displayname) %]
Description: [% HTML.escape(project.description) %]
Homepage: [% IF project.homepage %] project.homepage) %]>[% HTML.escape(project.homepage) %] [% ELSE %] (not specified) [% END %]
Owner: [% HTML.escape(project.owner.username) %]
Enabled: [% project.enabled ? "Yes" : "No" %]
Enable Dynamic RunCommand Hooks: [% c.config.dynamicruncommand.enable ? project.enable_dynamic_run_command ? "Yes" : "No (not enabled by project)" : "No (not enabled by server)" %]
[% END %]