2022-03-01 11:27:19 +00:00
|
|
|
<section class="section-form form-search" title="{% trans %}Search for notes, actors, and beyond{% endtrans %}">
|
2022-01-19 18:21:51 +00:00
|
|
|
{{ form_start(search) }}
|
|
|
|
<span>{{ form_row(search.search_query) }}{{ form_row(search.submit_search) }}</span>
|
|
|
|
{{ form_rest(search) }}
|
|
|
|
{{ form_end(search) }}
|
2022-01-17 16:32:41 +00:00
|
|
|
</section>
|