{# * This file is part of JDEV-BOARDING * * (c) François Agneray * (c) Chrystel Moreau * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. #} {% extends "base_dashboard.twig" %} {% block content_dashboard %}
Création de votre parcours de formation

Choisissez par 1/2 journée : 1 présentation ou 1 atelier ou 1 GT de debut de session et 1 GT de fin de session. Sauf le mercredi après-midi où vous pouvez vous inscrire en plus à 1 GT de 17h30.
Consultez le dokuwiki pour avoir la description des thématiques, des ateliers et des GTs.


{% for i in 0..4 %} {% endfor %} {% for i in 0..4 %} {% endfor %}
{{ jdev.j1 |date("d/m/Y")}} {{ jdev.j2 |date("d/m/Y")}} {{ jdev.j3 |date("d/m/Y")}} {{ jdev.j4 |date("d/m/Y")}} {{ jdev.j5 |date("d/m/Y")}}
Matin
Matin
Matin
Matin
Matin
{% if pa_am[i] %} {% for p in pa_am[i] %} Formation : {{ p.getAgenda().getFormation().getNom() }}
Intitulé : {{ p.getAgenda().getFormation().getTitre() }}
Horaire : {{ p.getAgenda().getDateDebut() | date("H:i") }} - {{ p.getAgenda().getDateFin() | date("H:i") }}
Connexion : {{ p.getAgenda().getSalle().getDescription()|raw }}
Questions : {{ p.getAgenda().getSalle().getAile()|raw }}

{% endfor %} {% else %} pas d'inscription {% endif %}
Après-Midi
Après-Midi
Après-Midi
Après-Midi
Après-Midi
{% if pa_pm[i] %} {% for p in pa_pm[i] %} Formation : {{ p.getAgenda().getFormation().getNom() }}
Intitulé : {{ p.getAgenda().getFormation().getTitre() }}
Horaire : {{ p.getAgenda().getDateDebut() | date("H:i") }} - {{ p.getAgenda().getDateFin() | date("H:i") }}
Connexion : {{ p.getAgenda().getSalle().getDescription()|raw }}
Questions : {{ p.getAgenda().getSalle().getAile()|raw }}

{% endfor %} {% else %} pas d'inscription {% endif %}
{% endblock %}