{% extends "base.html" %} {% from "macros.html" import icon %} {% block title %}{{ t('Trash') }}{% endblock %} {% block content %}
{% if total == 0 %}{{ t('Trash is empty') }} {% elif total == 1 %}1 {{ t('item in trash') }} {% else %}{{ total }} {{ t('items in trash') }}{% endif %}
| {{ t('Model') }} | {{ t('ID') }} | {{ t('Record') }} | {{ t('Deleted at') }} | |
|---|---|---|---|---|
| {{ it.model_slug }} | #{{ it.object_id }} | {{ it.object_repr or '—' }} | {{ it.deleted_at }} |
{{ t('Trash is empty') }}