[% USE HTML %] [% USE L %] [% USE LxERP %] [% USE P %] [% IF SELF.requirement_spec.version %] [% L.hidden_tag('versioned_copy_id', SELF.requirement_spec.version.requirement_spec_id, no_id=1) %] [% ELSE %] [% END %] [% FOREACH versioned_copy = SELF.requirement_spec.versioned_copies_sorted %] [% SET version = versioned_copy.version %] [% L.hidden_tag('versioned_copy_id', versioned_copy.id, no_id=1) %] [% END %]
[% 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) %][% LxERP.t8("Working copy without version") %][% 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') %]