{{ form.name|form_row }}
{{ form.duration|form_row }}
{{ form.enabled|form_checkbox_with_top_label_row }}
{% import 'Franchise/Slide/form_macros.html.twig' as macros %} {{ form_start(form, { 'action': path('foxorders_franchise_slides_save', { 'franchise': franchise.id, 'slide': slide.id ?? null }), 'attr': { 'id': 'kt_modal_' ~ form.vars.id ~ '_form', 'class': 'kt-fx-form mx-auto px-15 w-100 py-10', 'novalidate': 'novalidate' } }) }}
{{ form_end(form) }}