[%|loc%]Edit robot config[%END%]


[% SET close_table = '' %] [% FOREACH confparam IN editable_params %] [% IF confparam.title %] [% close_table %]

[% confparam.title %]

[%# %] [% ELSE %] [% IF dark == '1' %] [% SET dark='0'%] [% ELSE %] [% SET dark='1'%] [% END %]
[%# %] [% SET close_table = '
parameter namevalueapply todefaultsemantic
[% confparam.name %] [% IF confparam.query %]
[% confparam.query %]
[% END %]
[% IF confparam.edit == '1' && removethistesttoenblefeature == '1' %] [% ELSE %] [% confparam.current_value %] [% END %] [% IF confparam.vhost == '1' %] [% IF confparam.edit == '1' && removethistesttoenblefeature == '1' %] [% ELSE %] [% robot %] [% END %] [% ELSE %] main conf [% END %] [% confparam.default %]confparam.query
' %] [% END %] [% END %] [% close_table %]