{{ category }} {% if category.tags.count %} ( {% for tag in category.tags %} {% if not forloop.first %}, {% endif %} {{ tag }} {% endfor %} ) {% endif %} {% for category in category.children %} {% include "admin/category/tree_node.html" %} {% endfor %}