{% 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 {{ form_start(form, {'method': 'post', 'attr' : {'id' : 'formEvaluationCandidat'}}) }}

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 ( 0 / {{totalNotation}} )

Dans l'ensemble, comment avez vous apprécié ce stage ? {{ form_widget(form.type, { 'attr': {'class': 'clip-radio radio-primary input-group ', 'required' : 'true' }}) }}
{{ form_widget(form.comment, { 'attr': {'class': 'form-control txtearaInput', 'required' : true }}) }}
{{ form_end(form) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}