{% extends "admin/change_list.html" %} {% load i18n i18n admin_list admin_urls suit_list suit_tags mptt_admin %} {% block result_list %} {% if cl.result_count %} {% if action_form and actions_on_top and cl.full_result_count %} {% admin_actions %}{% endif %} {% mptt_result_list cl %} {% if action_form and actions_on_bottom and cl.full_result_count %} {% admin_actions %}{% endif %} {% 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 %}