{% extends 'Default/base.html.twig' %} {% block title %} Formation {% endblock %} {% block breadcrumb1 %} Formation {% endblock %} {% block breadcrumb2 %} Liste {% endblock %} {% block content %}
{% for formation in formations %} {% endfor %}
{% endblock %}