[%- USE HTML %] [%- USE L %][%- USE LxERP -%] [%- INCLUDE 'common/flash.html' %]
[%- LxERP.t8("The following users will have access to this client") %]:
[% LxERP.t8("No users have been created yet.") %]
[%- LxERP.t8("The following groups are valid for this client") %]:
[% LxERP.t8("No groups have been created yet.") %]
[% L.link(SELF.url_for(action="show"), LxERP.t8("Back")) %] [% L.button_tag("submit_with_action('save_client')", LxERP.t8("Save")) %] [% IF SELF.client.id %] [% L.button_tag("save_as_new()", LxERP.t8("Save as new")) %] [% L.button_tag("submit_with_action('delete_client')", LxERP.t8("Delete"), confirm=LxERP.t8("Are you sure?")) %] [%- END %]