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