-
{% block object-tools-items %}
- {% translate "Back to the flat list" %} {{ block.super }} {% 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 %}
{% block filters %}
{% include "admin/lotus/category/partials/_recursive_tree_children.html" with nodes=tree root_node=True only %}
{% translate 'Filter' %}
{% translate "By language" %}
- {% translate "All" %} {% get_available_languages as AVALABLE_LANGUAGES %} {% for code, name in AVALABLE_LANGUAGES %}
- {{ name }} {% endfor %}