Objectifs
{{ ux_icon('heroicons-outline:light-bulb', { width: 24, height: 24, class: 'ml-2 text-[#045B79]' }) }}
{{ formation.objectifsFormation|raw }}
{% if formation.public_concerne %}
Public Concerné
{{ ux_icon('heroicons-outline:user-group', { width: 24, height: 24, class: 'ml-2 text-[#045B79]' }) }}
{{ formation.public_concerne|raw }}
{% endif %}
Prérequis
{{ ux_icon('heroicons-outline:badge-check', { width: 24, height: 24, class: 'ml-2 text-[#045B79]' }) }}
{{ formation.prerequis|raw }}
Moyens pédagogiques
{{ ux_icon('heroicons-outline:academic-cap', { width: 24, height: 24, class: 'ml-2 text-[#045B79]' }) }}
{{ formation.moyenPedagogiques|raw }}
Modalités d'évaluation
{{ ux_icon('heroicons-outline:clipboard-check', { width: 24, height: 24, class: 'ml-2 text-[#045B79]' }) }}
{{ formation.modaliteEvaluation|raw }}
Programme
{{ ux_icon('heroicons-outline:book-open', { width: 24, height: 24, class: 'ml-2 text-[#045B79]' }) }}
{{ formation.programme|raw }}
{% if formation.informationsComplementaires %}
Informations Complémentaires
{{ ux_icon('heroicons-outline:information-circle', { width: 24, height: 24, class: 'ml-2 text-[#045B79]' }) }}
{{ formation.informationsComplementaires|raw }}
{% endif %}
Détails
Prix
{% if formation.prix %}
{% else %}
{% endif %}
Durée
{# Affichage des dates en pastilles #}
{% if formation.dates_session is defined and formation.dates_session|length > 0 %}
{% set mois = {
'01': 'Janvier',
'02': 'Février',
'03': 'Mars',
'04': 'Avril',
'05': 'Mai',
'06': 'Juin',
'07': 'Juillet',
'08': 'Août',
'09': 'Septembre',
'10': 'Octobre',
'11': 'Novembre',
'12': 'Décembre'
} %}
{% for dateStr in formation.dates_session %}
{% set parts = dateStr|split('/') %}
{% if parts|length == 2 %}
{% set moisTexte = mois[parts[0]]|default(parts[0]) %}
{% set annee = parts[1] %}
{{ moisTexte ~ ' ' ~ annee }}
{% endif %}
{% endfor %}
{% endif %}
{% if formation.adresses is defined and formation.adresses|length > 0 %}
{% for adresse in formation.adresses %}
{{ adresse }}
{% endfor %}
{% endif %}
{{ ux_icon('material-symbols:mail-outline', { width: 16, height: 16 }) }}
S’inscrire à cette formation
Télécharger en PDF
{{ ux_icon('heroicons-outline:share', { width: 16, height: 16 }) }}
Partager cette formation