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

{% translate "Admin tools" %}

Dangerous tools ahead !

{% endblock %} {% block content %}

{% translate "Manually update all Schema counters and bigset status." %}


{% translate "Refresh the EAV cache for improved performance with large datasets." %}


{% translate "Purge the EAV cache to free up storage space. Cache will be rebuilt on next use." %}


{% translate "Revision" %}

{% translate "View and manage data revision tracking and history." %}


{% translate "DANGER ! - Empty database, remove all schemas, fields, instances, users, groups, etc. ALL DATA IS REMOVED !" %}

{% endblock %}