[%- USE T8 %] [%- USE HTML %] [%- IF is_wrong_pclass == NOTFORSALE %]

[% 'searched part not for sale' | $T8 %]

[%- ELSE %] [%- IF is_wrong_pclass == NOTFORPURCHASE %]

[% 'searched part not for purchase' | $T8 %]

[%- ELSE %]

[% 'Item does not exists in the database' | $T8 %]

[%- END %] [%- END %]