[% INCLUDE "ui-header.html"
stylesheet="ledgersmb.css"
include_stylesheet=["setup.css"]
%]
[% PROCESS elements.html %]
[% text('System Information') %]
[% INCLUDE 'setup/ui-db-credentials.html' %]
[% text('LedgerSMB has detected the following system components'); %]
[% text('Database component') %]
[% FOR item IN info.db.keys.sort %]
[% item %] | [% info.db.$item %] |
[% END %]
[% text('Base system') %]
[% FOR item IN info.system.keys.sort %]
[% item %] | [% info.system.$item %] |
[% END %]
[% text('Environment') %]
[% FOR item IN info.environment.keys.sort %]
[% item %] | [% info.environment.$item %] |
[% END %]