{% extends 'Default/base.html.twig' %} {% block title %} {{'Formateur.T19' | trans}} {% endblock %} {% block breadcrumb1 %} {{'Formateur.T20' | trans}}{% endblock %} {% block breadcrumb2 %} {{'Formateur.T21' | trans}} {% endblock %} {% block content %}
{% for formateurs in formateurs %} {% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}