{{ form_start(form, { 'action': path('foxorders_legal_terms_index', {'type': type}), 'attr': { 'id': 'kt_modal_' ~ form.vars.id ~ '_form', 'class': 'mx-auto px-5 w-100 py-5', } }) }} {{ form.file|form_row }} {% include 'Includes/Form/form_button.html.twig' with {'reset': false} %} {{ form_end(form) }}