mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
9 lines
No EOL
253 B
Twig
9 lines
No EOL
253 B
Twig
{% import "components/tree_macros.html.twig" as tree %}
|
|
|
|
|
|
<div class="nav flex-column">
|
|
{% for item in sidebar_items %}
|
|
{{ tree.treeview_sidebar('sidebar-panel-' ~ loop.index, item) }}
|
|
<div class="mb-2"></div>
|
|
{% endfor %}
|
|
</div> |