mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-27 19:29:11 -04:00
10 lines
305 B
HTML
10 lines
305 B
HTML
{% if show_search_box %}
|
|
<div data-module="autofocus">
|
|
<div class="live-search" data-module="live-search" data-targets="#template-list .column-whole">
|
|
{{ textbox(
|
|
search_form.search,
|
|
width='1-1'
|
|
) }}
|
|
</div>
|
|
</div>
|
|
{% endif %} |