{% load i18n %} {% load admin_urls static admin_list %}
{% for field in action_form.fields.action.choices %} {% if field.0 %} {% if field.0 == 'delete_selected' %} {% else %} {% endif %} {% endif %} {% endfor %} {% if has_add_permission %} {% url cl.opts|admin_urlname:'add' as add_url %} {% endif %} {% trans 'Show all' %} {{ cl.result_count }}条数据 {% if cl.formset and cl.result_count %} {% endif %}