{% extends 'layout/backEndLayout.html.twig' %} {% block title %}Nouvelle section - {{ parent() }}{% endblock %} {% block content %} {% form_theme form 'bootstrap_4_layout.html.twig' %}

Creation de section

{{include('layout/partials/_form.html.twig',{'submitButtonText':'Create section', 'returnRoute':'admin_sections'})}}
{% endblock %}