{% extends 'base.html.twig' %} {% block title %}Types d'équipement{% endblock %} {% block importmap %} {{ importmap(['app', 'module']) }} {% endblock %} {% block body %}

Types d'équipement

{% include '_index_search.html.twig' with {searchForm : searchForm} %}
{% for item in items %} {% set title = item.name %} {% set title = '' ~ title ~ '' %} {% include '_index_module_item.html.twig' with { 'one' : title, 'two' : "", 'three' : "", 'four' : '', } %} {% endfor %}
{% endblock %}