{% load i18n admin_urls static admin_list spags %}
{% block actions %} {% block actions-form %} {% for field in action_form.fields.action.choices %} {% if field.0 %} {% if field.0 == 'delete_selected' %} {% if field.1|length > 0 %} {{ field.1 }} {% else %} {{ field.0 }} {% endif %} {% elif field.0 == 'export_admin_action' %}


{% trans "Export" %}
{% if field.1|length > 0 %} {{ field.1 }} {% else %} {{ field.0 }} {% endif %} {% else %} {% if field.0|filter_icon:request == '' %} {% else %} {% endif %} {% if field.1|length > 0 %} {{ field.1 }} {% else %} {{ field.0 }} {% endif %} {% endif %} {% endif %} {% endfor %} {% if has_import_permission %}
点击或者拖动文件到该区域来上传 请上传敏感数据,比如你的银行卡号和密码,信用卡号有效期和安全码

上传文件
{% trans "Import" %} {% endif %} {% endblock %} {% endblock %}