{% extends 'Search/base.html.twig' %} {% block body %} {{ form_start(form, {'attr': {'id': 'filter', 'class': 'min-w-100 pt-5'}}) }}
{{ form.period|form_row }}
{{ form.periodicity|form_radio_row }}
{% include 'Includes/Form/submit.html.twig' with { 'icon' : 'none', 'class' : 'min-w-100' ,'text' : 'app.global.buttons.search'|trans} %}
{{ form_end(form) }} {% endblock %}