[%- USE T8 %] [%- USE HTML %]
[% title %]
[% UNLESS no_parts_found %] [% END %]
[% IF no_parts_found %] [% 'No part was found matching the search parameters.' | $T8 %] [% IF allow_creation %] [% 'However, you can create a new part which will then be selected.' | $T8 %] [% END %] [% ELSE %] [% 'Please select a part from the list below.' | $T8 %] [% IF allow_creation %] [% 'Alternatively you can create a new part which will then be selected.' | $T8 %] [% END %] [% END %]
[% FOREACH header = HEADER %] [% END %] [% FOREACH part = PARTS %] [% END %]
 [% header.column_title %]
[% HTML.escape(part.partnumber) %] [% HTML.escape(part.description) %]
[% IF allow_creation %]

[% END %]