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

[% HTML.escape(title) %]

[% SET style="width: 400px" %]
[%- L.hidden_tag("id", SELF.reclamation_reason.id) %]
[% 'Name' | $T8 %] [%- L.input_tag("reclamation_reason.name", SELF.reclamation_reason.name, "data-validate"="required", "data-title"=LxERP.t8("Name")) %]
[% 'Description' | $T8 %] [%- L.textarea_tag("reclamation_reason.description", SELF.reclamation_reason.description, "data-validate"="required", cols = 50 rows = 2, "data-title"=LxERP.t8("Description")) %]
[% 'Valid for Sales' | $T8 %] [% L.checkbox_tag("reclamation_reason.valid_for_sales", checked=SELF.reclamation_reason.valid_for_sales, for_submit=1) %]
[% 'Valid for Purchase' | $T8 %] [% L.checkbox_tag("reclamation_reason.valid_for_purchase", checked=SELF.reclamation_reason.valid_for_purchase, for_submit=1) %]