1 [%- USE LxERP -%][%- USE L -%]
 
   4   <th align="right">[% LxERP.t8("Description") %]</th>
 
   6    [%- L.input_tag("object.pricegroup", SELF.object.pricegroup, "data-validate"="required", "data-title"=LxERP.t8("Description")) %]
 
  10   <th align="right">[% LxERP.t8("Obsolete") %]</th>
 
  11   <td>[% L.checkbox_tag("object.obsolete", checked=SELF.object.obsolete, for_submit=1) %]</td>
 
  14   <th align="right">[% LxERP.t8("Delete for Customers") %]</th>
 
  15   <td>[% L.checkbox_tag("SELF.remove_customer_pricegroup", checked=SELF.remove_customer_pricegroup, for_submit=1) %] [% LxERP.t8("This will also remove this pricegroup for all customers.") %]</td>