mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
9 lines
162 B
Twig
9 lines
162 B
Twig
<div>
|
|
<ul>
|
|
{% for menu in menu_composer.getRoutesFor('person') %}
|
|
<li>{{ path(menu, {'id': person.id}) }}</li>
|
|
|
|
{% endfor %}
|
|
</ul>
|
|
|
|
</div> |