[%- USE HTML %][%- USE LxERP -%][%- USE L -%] [% INCLUDE 'common/flash.html' %]

[% HTML.escape(title) %]

[% IF SELF.is_locked %]

[% LxERP.t8("The installation is currently locked.") %] [% LxERP.t8("Normal users cannot log in.") %] [% LxERP.t8("The administration area is always accessible.") %]

[% LxERP.t8("Unlock System") %]

[% ELSE %]

[% LxERP.t8("The installation is currently unlocked.") %] [% LxERP.t8("Everyone can log in.") %]

[% LxERP.t8("If you lock the system normal users won't be able to log in.") %] [% LxERP.t8("The administration area is always accessible.") %]

[% LxERP.t8("Lock System") %]

[% END %]