{% load i18n %}
{% if request.user.is_superuser or has_add_permission %} 新增 {% endif %} {% block actions %} {% block actions-form %} {% for field in actions_result %} {% if field.icon %} {% endif %} {{ field.desc }} {% endfor %} {% endblock %} 选中了选中所有{{ total }}条 取消选中 {% endblock %}