{% extends "admin_base.html" %} {% block copyright %} {% endblock %} {% block extra_head %} {{ super() }} {% if settings.DEBUG %} {% else %} {% endif %} {% endblock %} {% set body_id = 'data_maintenance' %} {% set page_heading = 'Data maintenance' %} {% block body %} {{ super() }} {% macro auto_purge_message() -%} Info {% if settings.STATS_KEEP_DAYS > 0 %} Statistics are being purged automatically after {{ settings.STATS_KEEP_DAYS }} {% if settings.STATS_KEEP_DAYS == 1%} day. {% else %} days. {% endif %} {% else %} Statistics are not being automatically purged. {% endif %} {%- endmacro %}

Purge image statistics

Erase image statistics older than    
{{ auto_purge_message() }}
Image usage charts will show as blank before this date.
The top images report may be affected.

Purge system statistics

Erase system statistics older than    
{{ auto_purge_message() }}
System usage charts will show as blank before this date.

Purge deleted image data

Erase the retained image data for deleted images in
all folders and sub-folders    
Titles, descriptions, statistics, and the former history of deleted images will no longer be available.

{% endblock %}