{% load i18n static simpletags sptags admin_urls %}
{% if has_add_permission %} {% trans 'Add' %} {% endif %} {% if has_change_permission %} {% trans 'Change' %} {% endif %} {% if has_delete_permission %} {% trans 'Delete' %} {% trans 'Batch Delete' %} {% endif %} {% trans 'Select all' %} {% trans 'the data' %} {% trans 'Unselect all' %}
{% has_import_export as can_import_export %} {% if can_import_export %} {% if import_url %} {% endif %} {% if export_url %} {% endif %} {% endif %} {% if cl.has_filters %} {% endif %}
{% include 'admin/results/layer.html' %}