unfold: better management of static files thanks to finders for plugins and third...
[myslice.git] / plugins / query_editor / static / filter_input_string_values.html
1 <select class='queryeditor-filter' id='$filter_id'>
2     <option value=''>Show all</option>
3         {% for option in options %}
4         <option>{{option}}</option>
5         {% endfor %}
6 </select>