{% extends "base.html" %} {% load lang %} {% block title %}{{ "Trash"|t }}{% endblock %} {% block topbar %}{{ "Trash"|t }}{% endblock %} {% block content %}

{{ "Trash"|t }}

{{ "Deleted pages, held by git rather than by a folder of their own, so nothing here can disagree with the tree."|t }}

{% if not entries %}

{{ "Nothing deleted."|t }}

{% else %} {% endif %}
{% endblock %} {% block scripts %} {% csrf_token %} {% endblock %}