{{ form_label(form.name, 'Nom de la catégorie', {'label_attr': {'class': 'block text-gray-700 text-3xl lg:text-base font-bold mb-2'}}) }}
{{ form_widget(form.name, {'attr': {'class': 'shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 text-3xl lg:text-base leading-tight focus:outline-none focus:shadow-outline'}}) }}