[% USE HTML %] [% USE L %] [% USE LxERP %] [% USE P %]
[% LxERP.t8("Version number") %] | [% LxERP.t8("Description") %] | [% LxERP.t8("Internal comment") %] | [% LxERP.t8("Last modification") %] | |
---|---|---|---|---|
[% LxERP.t8("Working copy identical to version number #1", SELF.requirement_spec.version.version_number) %] | [% ELSE %][% LxERP.t8("Working copy without version") %] | [% END %][% LxERP.t8("Working copy; no description yet") %] | [% SELF.requirement_spec.mtime.to_kivitendo(precision='minute') %] | |
[% HTML.escape(version.version_number) %] | [% HTML.escape(P.truncate(version.description)) %] | [% HTML.escape(P.truncate(version.comment)) %] | [% version.itime.to_kivitendo(precision='minute') %] |