{% if is_granted('ROLE_SUPER_ADMIN') == true or is_granted('ROLE_ADMIN') == true or is_granted('ROLE_MANAGER') %} {% if (student.id) %} Modifier {{ student }} {% else %} Ajouter un élève {% endif %} {% else %} Mes informations {% endif %}
{{ form_start(form) }}