{% extends 'admin/base.html.twig' %} {% block title %}360 Manager{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
{% include 'include/side_menu.html.twig' %}
{% include 'include/top_menu.html.twig' %}

360 Manager du {{ form.created | date('d-m-Y') }} de {{ form.user.lastname}} {{ form.user.username}}

Vue d'ensemble

Vue détailée
{% for category in categories %}
{% for question in category.formQuestions %} {% endfor %}
{{ category.name }} Moyenne Nombre
{{ question.question }} {{ calculateAverageNote(form.uid, question.id, category.id) }} {{ calculateCountNote(form.uid, question.id, category.id) }}
{% endfor %}
{% endblock %}