[% WRAPPER layout.tt title=(create ? "New project" : "Editing project $project.name") %] [% PROCESS common.tt %]
Identifier: [% INCLUDE editString param="name" value=project.name %]
Display name: [% INCLUDE editString param="displayname" value=project.displayname %]
Description: [% INCLUDE editString param="description" value=project.description %]
Homepage: [% INCLUDE editString param="homepage" value=project.homepage %]
Owner: [% INCLUDE editString param="owner" value=(project.owner.username || c.user.username) %]
Enabled: [% INCLUDE renderSelection param="enabled" curValue=project.enabled radiobuttons=1 options={"1" = "Yes", "0" = "No"} %]
[% IF !create %] [% END %]
[% END %]