[% WRAPPER layout.tt title=(create ? "New machine" : "Editing machine '$machine.hostname'") %] [% PROCESS common.tt %]

Machine[% IF ! create %] '[% machine.hostname %]'[% END %]

[% IF create %] [% END %]
Hostname: [% INCLUDE maybeEditString param="hostname" value=machine.hostname %]
Username: [% INCLUDE maybeEditString param="username" value=machine.username %]
SSH key location: [% INCLUDE maybeEditString param="ssh_key" value=machine.ssh_key %]
Options: [% INCLUDE maybeEditString param="options" value=machine.options %]
Max concurrent builds: [% INCLUDE maybeEditString param="maxconcurrent" value=machine.maxconcurrent %]
Speed factor: [% INCLUDE maybeEditString param="speedfactor" value=machine.speedfactor %]
Systems:

[% IF !create %]

[% END %] [% END %]