[% page = "PLUGIN_IPENG" %] [% PROCESS settings/header.html %] [% PROCESS plugins/iPeng/settings/subpage_chooser.html %]
[% "SETUP_PLUGIN_IPENG_POSITION_SUBSECTIONS" | string | upper %]
[% "SETUP_PLUGIN_IPENG_POSITION_SUBSECTIONS_DESC" | string %]
[% lastgroup = '' %] [%- FOREACH command IN pluginiPengCommands %] [% IF command.subsection %] [% IF command.group != lastgroup %] [% END %] [%- commandid = "subsection_" _ command.id _ "_position" %] [% lastgroup = command.group %] [%- END %] [% END %]

[% command.group %]
 [% IF command.description %][% command.description %]
[% END %]([% command.id %])

[% "SETUP_PLUGIN_IPENG_POSITION_COMMANDS" | string | upper %]
[% "SETUP_PLUGIN_IPENG_POSITION_COMMANDS_DESC" | string %]
[% lastgroup = '' %] [%- FOREACH command IN pluginiPengCommands %] [% IF !command.subsection %] [% IF command.group != lastgroup %] [% END %] [%- commandid = "command_" _ command.id _ "_position" %] [% lastgroup = command.group %] [% END %] [%- END %]

[% command.group %]
  [% IF command.icon %][% END %] [% IF command.description %][% command.description %]
[% END %]([% command.id %])

[% PROCESS settings/footer.html %]