Added the very basic foundations for a filter system

This commit is contained in:
Jan Böhmer 2022-08-15 01:01:27 +02:00
parent ef389dcc15
commit f9d945c4c7
15 changed files with 460 additions and 5 deletions

View file

@ -0,0 +1,7 @@
{% block number_constraint_widget %}
<div class="input-group">
{{ form_widget(form.operator) }}
{{ form_widget(form.value1) }}
{{ form_widget(form.value2) }}
</div>
{% endblock %}