Star working on category tree

This commit is contained in:
2026-01-25 11:33:58 +01:00
committed by krzysiej
parent 1e4815d47a
commit 53b0bd6894
2 changed files with 38 additions and 5 deletions

View File

@@ -1,7 +1,12 @@
{% extends "template.html.twig" %}
{% block content %}
{% cache 'list_' ~ listType %}
{#{% cache 'list_' ~ listType %}#}
{% if listType starts with 'category_' %}
{{ renderCategoryTree(categoryTree) | raw }}
{% endif %}
<div class="table-responsive">
<table class='table table-hover'>
<thead>
@@ -66,5 +71,5 @@
{% endfor %}
</table>
</div>
{% endcache %}
{#{% endcache %}#}
{% endblock %}