{% extends "base.html" %}
{% block title %}Recently Deleted — {{ library_name() }}{% endblock %}
{% block content %}
Deleted works are kept here until purged, then gone forever.Recently Deleted
Trash is empty.
{% else %}| Work | Deleted | |
|---|---|---|
| {{ r.label }} | {{ r.deleted_at.strftime('%Y-%m-%d %H:%M') }} UTC | Delete forever |