[%- USE T8 %] [%- USE HTML %] [%- USE LxERP %][%- USE L -%]

[% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %]

[% IF superuser.need_privileges && !superuser.have_privileges %]

[% LxERP.t8("Database superuser privileges are required for the update.") %] [% LxERP.t8("Please provide corresponding credentials.") %]

[% IF superuser.error %]

[% LxERP.t8("Error: #1", superuser.error) %]

[% END %]
[% LxERP.t8("User name") %]: [% L.input_tag("database_superuser_username", superuser.username) %]
[% LxERP.t8("Password") %]: [% L.input_tag("database_superuser_password", superuser.password, type="password") %]
[% END %]

[% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %]

[% LxERP.t8('Show details') %]