{% extends 'base.html.twig' %} {% block menu %}{% endblock %} {% block title %}Accueil{% endblock %} {% block style %} tr{ text-align:center; } br{ margin-bottom: 7px; } .cours{ border: solid 1px; margin-bottom : 10px; padding : 5px; border-radius:10px; } {% endblock %} {% block contenu %}

LISTE DES COURS DISPONIBLES

{% if is_granted('IS_AUTHENTICATED_FULLY')%} {% if app.user.email == "admin@admin.com" %} {% endif %} {% endif %}
Lundi Mardi Mercredi Jeudi Vendredi Samedi Dimanche
{% for c in pCours %} {% if (c.jour.libelle == 'Lundi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() < c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{{ c.nbPlaces - c.inscriptions.count() }} place(s) disponible(s)
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() == 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
1 place disponible
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Mardi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() < c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{{ c.nbPlaces - c.inscriptions.count() }} place(s) disponible(s)
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() == 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
1 place disponible
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Mercredi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() < c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{{ c.nbPlaces - c.inscriptions.count() }} place(s) disponible(s)
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() == 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
1 place disponible
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Jeudi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() < c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{{ c.nbPlaces - c.inscriptions.count() }} place(s) disponible(s)
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() == 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
1 place disponible
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Vendredi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() < c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{{ c.nbPlaces - c.inscriptions.count() }} place(s) disponible(s)
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() == 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
1 place disponible
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Samedi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() < c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{{ c.nbPlaces - c.inscriptions.count() }} place(s) disponible(s)
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() == 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
1 place disponible
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Dimanche')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() < c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{{ c.nbPlaces - c.inscriptions.count() }} place(s) disponible(s)
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() == 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
1 place disponible
{% endif %} {% endif %} {% endfor %}

LISTE DES COURS COMPLETS

Lundi Mardi Mercredi Jeudi Vendredi Samedi Dimanche
{% for c in pCours %} {% if (c.jour.libelle == 'Lundi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() >= c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() > 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Mardi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() >= c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() > 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Mercredi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() >= c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() > 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Jeudi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() >= c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() > 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Vendredi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() >= c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() > 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Samedi')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() >= c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() > 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% endif %} {% endfor %}
{% for c in pCours %} {% if (c.jour.libelle == 'Dimanche')%} {% if (c.typeCours.libelle == 'Collectif' and c.inscriptions.count() >= c.nbPlaces)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% if (c.typeCours.libelle == 'Individuel' and c.inscriptions.count() > 0)%}
Cours de {{ c.typeInstrument.libelle }}
{{ c.professeur.nom }} {{ c.professeur.prenom }}
{{ c.heureDebut|date("H:i") }} - {{ c.heureFin|date("H:i") }}
Cours {{ c.typeCours.libelle }}
{% endif %} {% endif %} {% endfor %}

Les instruments

{% if is_granted('IS_AUTHENTICATED_FULLY')%} {% if app.user.email == "admin@admin.com" %} {% endif %} {% endif %} {% for i in pClasseInstru %} {% endfor %}
Nom
{{ i.libelle}}
{% endblock %}