{% extends 'Default/base.html.twig' %} {% block title %} {{'Formation.T1' | trans}} {% endblock %} {% block breadcrumb1 %} {{'Formation.T2' | trans}} {% endblock %} {% block breadcrumb2 %} {{'Formation.T3' | trans}} {% endblock %} {% block content %}
{% for formation in formations %} {% if app.request.locale =='ar' %} {% else %} {% endif %} {% endfor %}
{% endblock %}