{% extends 'wizard/slides/common/base.twig' %} {% block slide_body %} {{ icwp_macros.slideTitle( 'Add Search Items' ) }}

In this step we need you to provide all the items to search for. There may just be 1 item, and in that case just provide 1 entry.

Enter each individual search item 1 at a time and click the 'Add' button.

When you're ready to perform the search, click the 'Next Step' button (above) to see the search results.

{{ icwp_macros.formInput_Text( 'SearchItem', '', 'Enter item text to search for', '', 'To clear the entire list, type "CLEAR" and click the button.' ) }} {{ icwp_macros.formInput_Hidden( 'wizard-step', 'add-search-item' ) }} {{ icwp_macros.formInput_Submit( 'Add Item' ) }}
Search Items:
No items
{% endblock %}