{% load i18n static simpletags sptags %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {{ cl.opts.app_config.verbose_name }}-{{ title }} {% block css %} {% include "admin/includes/css-part.html" %} {% endblock %} {% if media.css %} {% for css in media.css %} {% endfor %} {% endif %} {% block body_js %} {% endblock %} {% block theme %}
{% if "SIMPLEUI_DEFAULT_THEME"|get_config %} {% endif %}
{% endblock %} {% csrf_token %} {% block app %}
{% get_top_html %} {% block search_form %} {% if cl.has_filters %}
{% include 'admin/results/form.html' %}
{% endif %} {% endblock %} {% block panel %}
{% block panel-body %} {% include 'admin/results/toolbar.html' %} {% include 'admin/results/table.html' %} {% include 'admin/results/pagination.html' %} {% endblock %}
{% endblock %} {% block editor-dialog %} 取 消 确 定 {% endblock %} {% get_bottom_html %}
{% endblock %} {% block media %} {% if media.js %} {% for js in media.js %} {% endfor %} {% endif %} {% endblock %} {% block js %} {% if "SIMPLEUI_STATIC_OFFLINE"|get_config %} {% else %} {% endif %}
{% endblock %}