{% extends 'base.html.twig' %} {% block title %} Détails de la formation | {{ formation.titre }} {% endblock %} {% block meta_description %} Formation PSDM chez SMA : certification réglementaire, maîtrise des dispositifs médicaux, accompagnement patient. Développez vos compétences dès aujourd’hui. {% endblock %} {% block body %}
Image de la formation {{ formation.titre }} {% if not formation.isDisponible %}
Formation bientôt disponible
{% endif %}

{{ formation.titre }}

{% if formation.isReglementaire %} Formation Réglementaire {% endif %}
{{ formation.description|replace({' ': ''})|raw }}

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 %} {{ formation.prix }} € H.T {% else %} Prix sur demande {% endif %}
Durée {{ formation.tempsFormation }} heures
{# 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
{% if formation.formateurs|length > 0 %}

Formateurs associés

{% for formateur in formation.formateurs %}
Photo de {{ formateur.prenom }} {{ formateur.nom }}

{{ formateur.prenom }} {{ formateur.nom }}

{{ formateur.titre }}

{% endfor %}
{% else %}

Aucun formateur associé à cette formation.

{% endif %}
{# Modal pour afficher les détails du formateur #} {% endblock %}