{% extends "admin/index.html" %} {% load i18n %} {% block bodyclass %}{{ block.super }} app-{{ app_label }}{% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}
{% with app_list=app_list show_changelinks=True %} {% include 'kelove_admin_lte/common/app_list.html' with app_list=app_list show_changelinks=True collapsed_card=False col_width=12 %} {% endwith %}
{% endblock %} {% block sidebar %}{% endblock %}