5 <h1>[% HTML.escape(title) %]</h1>
9 [% INCLUDE 'common/flash.html' %]
12 [% IF SELF.is_locked %]
14 [% LxERP.t8("The installation is currently locked.") %]
15 [% LxERP.t8("Normal users cannot log in.") %]
16 [% LxERP.t8("The administration area is always accessible.") %]
19 <p><a href="[% SELF.url_for(action='unlock_system') %]" class="button">[% LxERP.t8("Unlock System") %]</a></p>
24 [% LxERP.t8("The installation is currently unlocked.") %]
25 [% LxERP.t8("Everyone can log in.") %]
29 [% LxERP.t8("If you lock the system normal users won't be able to log in.") %]
30 [% LxERP.t8("The administration area is always accessible.") %]
33 <p><a href="[% SELF.url_for(action='lock_system') %]" class="button">[% LxERP.t8("Lock System") %]</a></p>