{% extends "admin_base.html" %} {% block admin_content %}

Trash

{{ pagination.total }} soft-deleted
{% for item in items %} {% else %} {% endfor %}
Soft-deleted items with restore and purge actions
Item Removed Removed by Actions
{% if item['target_url'] %} {{ item['label'] }} {% else %} {{ item['label'] }} {% endif %} {{ local_dt(item['deleted_at']) }} {{ item['deleted_by'] or 'system' }}
Trash is empty.
{% include "_pagination.html" %} {% endblock %}