{{ category }}{% endif %}
{% if category.child_set.exists %}
{% for child in category.child_set.all %}
{% include "cmdbase/_category_children_tree.html" with category=child display_category_in_children_tree=True %}
{% endfor %}
{% endif%}
{% if display_category_in_children_tree %}