{% extends 'base.html.twig' %} {% block title %}{{ 'planning'|trans }}{% endblock %} {% block body %}
{% for test in tests %}
{{ test.type|trans }}
{% endfor %}

Total des leçons {{ total }}

{% for key,candidacies in groupedCandidacy %}

{{ key|date('F')|trans }}

{% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('front') }} {% endblock %}