[%- USE HTML %] [%- USE L %][%- USE LxERP -%] [%- INCLUDE 'common/flash.html' %]
[%- LxERP.t8("The following users are a member of this group") %]:
[% LxERP.t8("No users have been created yet.") %]
[%- LxERP.t8("This group is valid for the following clients") %]:
[% LxERP.t8("No clients have been created yet.") %]
[% L.link(SELF.url_for(action="show"), LxERP.t8("Back")) %] [% L.button_tag("submit_with_action('save_group')", LxERP.t8("Save")) %] [% IF SELF.group.id %] [% L.button_tag("save_as_new()", LxERP.t8("Save as new")) %] [% L.button_tag("submit_with_action('delete_group')", LxERP.t8("Delete"), confirm=LxERP.t8("Are you sure?")) %] [%- END %]