{% extends 'Default/base.html.twig' %} {% block title %} Evaluation sessions Presentielle {% endblock %} {% block breadcrumb1 %} Evaluation sessions Presentielle {% endblock %} {% block breadcrumb2 %} Evaluation {% endblock %} {% block stylesheet %} {{ parent() }} {% endblock %} {% block content %}
Evaluation

Sessions : {{ sessionCurrentEval.name }}

Formateur : {{ sessionCurrentEval.formateur.firstName }} {{ sessionCurrentEval.formateur.lastName }}

Date : {{ sessionCurrentEval.startDate | date('d-m-Y') }}



{% import "Candidat/CandidatEvaluation/macro/critere-eval.html.twig" as forms %} {% for cr in criters %} {% endfor %}
Total ( {{ totalNotationCandidat }} / {{ totalNotation }} )

Dans l'ensemble, comment avez vous apprécié ce stage :
{% if sessionEvalExist.type == 4 %} Trés Satisfaisant {% elseif sessionEvalExist.type == 3 %} Satisfaisant {% elseif sessionEvalExist.type == 2 %} Insuffisant {% else %} Trés Insuffisant {% endif %}

{{ sessionEvalExist.comment | raw }}

{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}