[%- USE LxERP -%][%- USE L -%][%- USE HTML -%] [%- SET orphaned = SELF.object.orphaned %]
[% LxERP.t8("Description") %] [% L.input_tag("object.description", LxERP.t8(SELF.object.description), "data-validate"="required", "data-title"=LxERP.t8("Description")) %]
[% LxERP.t8("Factor") %] [% IF orphaned %] [% L.input_tag("object.factor_as_number", LxERP.t8(SELF.object.factor_as_number), "data-validate"="required", "data-title"=LxERP.t8("Factor")) %] [% ELSE %] [% HTML.escape(SELF.object.factor_as_number) %] [% END %]
[% UNLESS orphaned %]

[% LxERP.t8("Note: the object is already in use. Therefore some values cannot be changed.") %]

[% END %]