{% block stylesheets %}{% endblock %}
e-Music
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %} {{ app.user.prenom }} {{ app.user.nom }} {% if app.user.Roles[0] == "ROLE_ADMIN" %}
Administrateur
{% else %}
Eleve
{% endif %} {% endif %}
Me déconnecter
{% else %}
Me connecter
{% endif %}
Accueil
Les instruments
Les cours
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
Mon planning
{% endif %} {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
Mes informations
{% endif %}
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %} {% if app.user.Roles[0] == "ROLE_ADMIN" %}
Panel de configuration
{% endif %} {% endif %}
{% block extraMenu %}{% endblock %}
{% block body %}{% endblock %}
Alerte Pop Up
{% block footer %}{% endblock %}