| 
     [% IF no_parts_found %]
     No part was found matching the search parameters.
     [% IF allow_creation %]
     However, you can create a new part which will then be selected.
     [% END %]
     [% ELSE %]
     Please select a part from the list below.
     [% IF allow_creation %]
     Alternatively you can create a new part which will then be selected.
     [% END %]
     [% END %]
     | 
   
   [% UNLESS no_parts_found %]