{% extends "admin/polymorphic_tree/stylable_change_list.html" %} {% load i18n admin_urls admin_list admin_static stylable_admin_list suit_tags %} {% block extrahead %} {{ block.super }} {% if not has_add_permission %}{% endif %} {% endblock %} {% block result_list %} {% if cl.result_count %} {% stylable_result_list cl template="admin/polymorphic_tree/jstree_list_results.html" %} {% else %} {% suit_bc_value 1.5 'pop' 1.6 '_popup' as POPUP_VAR %}
{% if cl.full_result_count %}

{% trans 'Nothing found' %}!


{% trans 'Reset search and filters' %} {% else %} {% blocktrans with cl.opts.verbose_name_plural|capfirst as name_plural %}{{ name_plural }} are not created yet{% endblocktrans %}. {% if has_add_permission %}{% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %}{% endif %} {% endif %}
{% endif %} {% endblock %}