{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {{ view_base_medias }} {% endblock extrahead %} {% block bodyclass %}{{ block.super }} app-lotus model-category change-list{% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock breadcrumbs %} {% block content %}
{% block object-tools %} {% endblock %}
{% comment %} Tree is currently not interactive, all nodes are always opened. TODO: * Move the bullet icon as a real DOM element since pseudo element before can not be clickable and we need to keep click event on summary content (because of detail link) * Implement common accordion interactivity in vanilla javascript {% endcomment %}
{% include "admin/lotus/category/partials/_recursive_tree_children.html" with nodes=tree root_node=True only %}
{% block filters %}

{% translate 'Filter' %}

{% translate "By language" %}
{% endblock %}
{% endblock content %}