{% extends "backoffice/layout/layout.html.twig" %} {% block page_title %}{{ site_titre }} - Backoffice - Etudiant{% endblock %} {% block stylesheets %} {# Font Awesome #} {# Artgris FileManager #} {# Import fengyuanchen/cropper #} {# Then the default bundle's CSS #} {% endblock %} {% block h2 %}Etudiant{% endblock %} {% block content %} {% set url_back = path('bo.utilisateurs.etudiants') ~ '#etu-' ~ utilisateur.id %} < Retour à la page précédente
{{ form_start(form) }} {{ form_row(form.promotion) }} {{ form_row(form.photo) }} {{ form_row(form.nom) }} {{ form_row(form.prenom) }} {{ form_row(form.email) }} {{ form_row(form.pseudo) }}
{{ form_widget(form.plainPassword) }}
{{ form_row(form.enabled) }} {{ form_end(form) }}
{% endblock %} {% block javascripts %} {{ parent() }} {# Jqueri UI #} {# jquery.collection.js #} {# Import fengyuanchen/cropper #} {# Then the default bundle's JavaScript: #} {% include '@ArtgrisMedia/assets/include_js.html.twig' %} {% endblock %}