{% extends "base.html" %} {% block title %}Trash — Waikiki{% endblock %} {% block content %}
Deleted pages are kept here and auto-removed after {{ retention_days }} day(s) (change in Settings). Restore or delete forever.
{% if trash %}| {{ p.title }} deleted {{ p.deleted_at }} |
The trash is empty.
{% endif %} {% endblock %}