{% extends "app_home/base.html" %} {% load static %} {% load i18n %} {% block navbar_app %} {% include 'app_home/_sidebar.html' %} {% endblock %} {% block title %}

{% translate "Admin tools" %}

{% translate "Maintenance and dangerous operations — use with care." %}

{% endblock %} {% block content %}
{% translate "Maintenance" %}
{% translate "Counters" %}
{% translate "Update schema counters and bigset status." %}
{% translate "EAV Refresh" %}
{% translate "Rebuild the EAV cache from current data." %}
{% translate "EAV Purge" %}
{% translate "Delete the EAV cache; rebuilt automatically on next use." %}
{% translate "Global housekeeping" %}
{% translate "Run the daily maintenance job now (log purge, session cleanup, EAV refresh/purge, revision purge, task and filestore cleanup)." %}
{% translate "Revision history" %}
{% translate "View and manage data revision tracking." %}
{% translate "View" %}
{% translate "Danger zone" %}
{% translate "Factory reset" %}
{% translate "Empty the database — schemas, instances, users, groups. All data is removed." %}
{% endblock %}