{% extends 'base.html.twig' %} {% block title %}{{parent()}}: Liste des comptes-rendus{% endblock %} {% set formation = compterenduformation.formation %} {% block body %} {% include 'breadcrumb.html.twig' %}

Détails d'un compte-rendu

Id: {{ compterenduformation.id }}
{# { compterenduformation.active } #}
Date : {{ compterenduformation.date|date('d/m/Y') }}
Type de formation : {% if compterenduformation.type %}{{ compterenduformation.type.libelle }}{% endif %}
Durée : {{ compterenduformation.duree|date('H:i:s') }}
Objectifs pédagogiques: {{ compterenduformation.objectifspedagogiques|raw }}
Remarques Bilan
Activités réalisées {{ compterenduformation.activitesrealisees|raw }} {{ compterenduformation.activitesrealiseesbilan|raw }}
Grammaire {{ compterenduformation.grammaire|raw }} {{ compterenduformation.grammairebilan|raw }}
Vocabulaire {{ compterenduformation.vocabulaire|raw }} {{ compterenduformation.vocabulairebilan|raw }}
Phonétique {{ compterenduformation.phonetique|raw }} {{ compterenduformation.phonetiquebilan|raw }}
Suport utilisé: {{ compterenduformation.supportutilise|raw }}
Travail à faire: {{ compterenduformation.travailafaire|raw }}
Commentaire : {{ compterenduformation.commentaire|raw }}
Prochain cours: {{ compterenduformation.dateprochaincours|date('d/m/Y') }}
{% endblock %}