feature/category-tree

Co-authored-by: Krzysiej <[email protected]>
Co-committed-by: Krzysiej <[email protected]>
This commit was merged in pull request #55.
This commit is contained in:
2026-01-26 08:59:58 +01:00
committed by krzysiej
co-authored by krzysiej
parent 5b424a2345
commit 2d1861caba
4 changed files with 63 additions and 8 deletions
+5
View File
@@ -2,6 +2,11 @@
{% block content %}
{% cache 'list_' ~ listType %}
{% if listType starts with 'category_' %}
{{ renderCategoryTree(categoryTree, category) | raw }}
{% endif %}
<div class="table-responsive">
<table class='table table-hover'>
<thead>