[% USE HTML %] [% USE LxERP %] [% USE L %] [% USE P %]

[% FORM.title %]

[% INCLUDE 'common/flash.html' %]
[% IF last_command_output %] [% END %]
[% LxERP.t8('Current status') %] [% IF SELF.task_server.is_running %] [% LxERP.t8('running') %] [% ELSE %] [% LxERP.t8('not running') %] [% END %]
[% LxERP.t8('Last command output') %]
[% HTML.escape(last_command_output) %]
[% P.hidden_tag("action", "TaskServer/" _ (SELF.task_server.is_running ? "stop" : "start")) %]