{% load i18n %} {% load admin_urls static admin_list simpletags %} {% block lucky_actions %} {% if not actions_off %}
{% block custom_actions %} {% endblock %} {# 添加按钮 #} {% block custom_add_actions %} {% if has_add_permission %} {% url cl.opts|admin_urlname:'add' as add_url %} {% trans 'Add' %} {% endif %} {% endblock %} {% block custom_after_actions %} {% endblock %} {% block custom_screen_actions %} {% endblock %} {% for field in action_form.fields.action.choices %} {% if field.0 %} {% if field.0 == 'delete_selected' %} {% block custom_delete_actions %} {% trans 'Delete' %} {% endblock %} {% else %} {% if field.0 == 'export_admin_action' %} {{ field.1 }} {% elif field.0 == 'lucky_export_admin_action' %} {% else %} {{ field.1 }} {% endif %} {% endif %} {% endif %} {% endfor %} {% if cl.formset and cl.result_count %} {% trans 'Save' %} {% endif %} {% block actions-counter %} {% if actions_selection_counter %} {{ selection_note }} {% if cl.result_count != cl.result_list|length %} {{ selection_note_all }} {% blocktrans with cl.result_count as total_count %} 选择所有 {{ total_count }} {{ module_name }}{% endblocktrans %} {% trans "Clear selection" %} {% endif %} {% endif %} {% endblock %}
{% if enable_list_card_switch %} {% endif %} {% if cl.search_fields or cl.has_filters %} {% endif %}
{% block custom_act_lines %} {% endblock %}
{% endif %} {% endblock %} {% block custom_layer %} {% endblock %}
点击授权 {% verbatim %} {{ node.label }} {% endverbatim %}
{% verbatim %} {{ value }} {% endverbatim %} {% trans 'Back' %} {% trans 'Save' %}
{% block extra_actions_css %} {% endblock %} {% block extra_actions_script %} {% endblock %}