{% extends "zinnia/base.html" %} {% load i18n mptt_tags %} {% block title %}{% trans "Categories" %}{% endblock %} {% block content %}

{% trans "Category list" %}

{% for object, structure in object_list|tree_info %} {% if structure.new_level %}{% endfor %} {% endfor %}
{% endblock %}