[% INCLUDE "ui-header.html" stylesheet="ledgersmb.css" include_stylesheet=["system/setup.css"] %] [% PROCESS elements.html %]

[% text('System Information') %]

[% INCLUDE 'setup/ui-db-credentials.html' %]

[% text('LedgerSMB has detected the following system components'); %]

[% FOR item IN info.db.keys.sort %] [% END %]
[% text('Database component') %]
[% item %][% info.db.$item %]
[% FOR item IN info.system.keys.sort %] [% END %]
[% text('Base system') %]
[% item %][% info.system.$item %]
[% FOR item IN info.environment.keys.sort %] [% END %]
[% text('Environment') %]
[% item %][% info.environment.$item %]
[% end_html %]