filter.twig 374 B

123456789101112
  1. <div class="row">
  2. <div class="col-12">
  3. <fieldset id="tableFilter">
  4. <legend>{% trans "Filters" %}</legend>
  5. <div class="formelement">
  6. <label for="filterText">{% trans "Containing the word:" %}</label>
  7. <input name="filterText" type="text" id="filterText"
  8. value="{{ filter_value }}">
  9. </div>
  10. </fieldset>
  11. </div>
  12. </div>