{# templates/eleve/ajouter.html.twig #} {% block title %}Welcome!{% endblock %} {% block stylesheets %}{% endblock %} {% include 'header.html' %} {% include 'footer.html' %} {% block body %}{% endblock %} {% block javascripts %}{% endblock %}
PAGE DE MODIFICATION D'UN COURS

{{ form_start(form) }}{{ form_widget(form) }} {{ form_end(form) }}