13 lines
374 B
Twig
13 lines
374 B
Twig
<div class="row">
|
|
<div class="col-12">
|
|
<fieldset id="tableFilter">
|
|
<legend>{% trans "Filters" %}</legend>
|
|
<div class="formelement">
|
|
<label for="filterText">{% trans "Containing the word:" %}</label>
|
|
<input name="filterText" type="text" id="filterText"
|
|
value="{{ filter_value }}">
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|