{# vim: set et ts=8 sts=4 sw=4 ai ft=jinja.html: #} {% extends "settings.html" %} {% block content %}

Housekeeping

Drafts

{% if drafts %}

This is the list of your drafts in the wiki. You can review each one or delete any you no longer need.

{% for draft in drafts %} {% endfor %}
Page Draft created Revision Page last changed
{{draft.pagepath}}   {{draft.datetime|format_datetime}} {% if draft.revision_text %} {{draft.revision_text}} {% else %} -/- {% endif %} {% if draft.page_datetime %} {{draft.page_datetime|format_datetime}} {% else %} -/- {% endif %}
{% else %}

No drafts found.

{% endif %}
{#-#} {% if has_permission("WRITE") %}

Empty Pages

{% include 'tools/housekeeping_emptypages.html' %}
{#-#}

Broken WikiLinks

{% include 'tools/housekeeping_brokenwikilinks.html' %}
{% endif %} {#-#} {% endblock %}{# content #} {% block js %} {{ super() }} {% endblock js %}