{% extends 'page.html.twig' %}
{% block title %}
Composants
{% endblock %}
{% block style %}
{% endblock %}
{% block page %}
{% set liens = {'Accueil': path('home_index'), 'Composants': '#'} %}
{% include 'breadcrumb.twig' with {'liens': liens} %}
{% include 'composants/_hierarchie.html.twig' with {'hierarchie': hierarchieComposants, 'rang': 0} %}
{% if idComposant is defined and idComposant is not null %}
{% endif %}
{% if idFormulaire is defined and idFormulaire is not null %}
{% endif %}
{% endblock %}