{% block number_range_widget %}

{{ form_widget(form.from) }} {{ form_widget(form.to) }}
{% endblock %}