{% 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 %} {% if "SIMPLEUI_STATIC_OFFLINE"|get_config %} {% else %} {% endif %} {% endblock %} {% if media.css %} {% for css in media.css %} {% endfor %} {% endif %} {% block body_js %} {% endblock %}
{% if "SIMPLEUI_DEFAULT_THEME"|get_config %} {% endif %}
{% csrf_token %}
{% block search_form %} {% if cl.has_filters %}
{% include 'admin/results/form.html' %}
{% endif %} {% endblock %}
{% block panel-body %} {% include 'admin/results/toolbar.html' %} {% include 'admin/results/table.html' %} {% include 'admin/results/pagination.html' %} {% endblock %}
取 消 确 定
{% if media.js %} {% for js in media.js %} {% endfor %} {% endif %} {% block js %} {% if "SIMPLEUI_STATIC_OFFLINE"|get_config %} {% else %} {% endif %}
{% endblock %}