feature/category-tree

Co-authored-by: Krzysiej <krzysiej@gmail.com>
Co-committed-by: Krzysiej <krzysiej@gmail.com>
This commit was merged in pull request #55.
This commit is contained in:
2026-01-26 08:59:58 +01:00
committed by krzysiej
parent 5b424a2345
commit 2d1861caba
4 changed files with 63 additions and 8 deletions

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>