{% load i18n %} {% getMenu as menu %}
{% csrf_token %}
{% trans "Erase selected tables." %}


{% for group in menu %}{% for item in group.1 %}{% if item.1.model and not item.1.excludeFromBulkOperations and not item.1.admin %}
{% endif %}{% endfor %}{% endfor %}
{% for group in menu %}{% for item in group.1 %}{% if item.1.model and not item.1.excludeFromBulkOperations and item.1.admin %}
{% endif %}{% endfor %}{% endfor %} {% if with_archive_app %} {% endif %}